aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sfx
diff options
context:
space:
mode:
authorFilippos Karapetis2009-04-03 08:10:58 +0000
committerFilippos Karapetis2009-04-03 08:10:58 +0000
commitc4e054848e8c21aa982d32b1eca9daafbd904a55 (patch)
treec0391ea0d4d09f955cc522c86ced3d38a04b7b6d /engines/sci/sfx
parentfaa252391c7bcc2c482f5ac9617ac0205ebdd353 (diff)
downloadscummvm-rg350-c4e054848e8c21aa982d32b1eca9daafbd904a55.tar.gz
scummvm-rg350-c4e054848e8c21aa982d32b1eca9daafbd904a55.tar.bz2
scummvm-rg350-c4e054848e8c21aa982d32b1eca9daafbd904a55.zip
Changed some references from "FreeSCI" to "SCI" or "ScummVM"
svn-id: r39807
Diffstat (limited to 'engines/sci/sfx')
-rw-r--r--engines/sci/sfx/sequencer.h2
-rw-r--r--engines/sci/sfx/softseq/SN76496.cpp2
-rw-r--r--engines/sci/sfx/softseq/pcspeaker.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/engines/sci/sfx/sequencer.h b/engines/sci/sfx/sequencer.h
index a5c5473b32..f2f394e6b3 100644
--- a/engines/sci/sfx/sequencer.h
+++ b/engines/sci/sfx/sequencer.h
@@ -60,7 +60,7 @@ struct sfx_sequencer_t {
** 'patch' and 'patch_len' refer to the patch resource passed to open,
** as specified by the 'patchfile' property. 'patch' may be NULL if the
** resource wasn't found.
- ** For more information regarding patch resources, please refer to the
+ ** For more information regarding patch resources, please refer to the
** FreeSCI documentation, particularly the part regarding 'patch.*' resource
** data.
*/
diff --git a/engines/sci/sfx/softseq/SN76496.cpp b/engines/sci/sfx/softseq/SN76496.cpp
index 1d736d36c7..f63f75ea71 100644
--- a/engines/sci/sfx/softseq/SN76496.cpp
+++ b/engines/sci/sfx/softseq/SN76496.cpp
@@ -23,7 +23,7 @@
*
*/
-/* Tandy/PCJr sequencer for FreeSCI */
+/* Tandy/PCJr sequencer for SCI */
#include "sci/sfx/softseq.h"
#include "sci/sfx/sci_midi.h"
diff --git a/engines/sci/sfx/softseq/pcspeaker.cpp b/engines/sci/sfx/softseq/pcspeaker.cpp
index 6b6da1f001..c72a71d34b 100644
--- a/engines/sci/sfx/softseq/pcspeaker.cpp
+++ b/engines/sci/sfx/softseq/pcspeaker.cpp
@@ -23,7 +23,7 @@
*
*/
-/* PC speaker software sequencer for FreeSCI */
+/* PC speaker software sequencer for SCI */
#include "sci/sfx/softseq.h"
#include "sci/sfx/sci_midi.h"