From c4e054848e8c21aa982d32b1eca9daafbd904a55 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Fri, 3 Apr 2009 08:10:58 +0000 Subject: Changed some references from "FreeSCI" to "SCI" or "ScummVM" svn-id: r39807 --- engines/sci/sfx/sequencer.h | 2 +- engines/sci/sfx/softseq/SN76496.cpp | 2 +- engines/sci/sfx/softseq/pcspeaker.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'engines/sci/sfx') 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" -- cgit v1.2.3