[Scummvm-cvs-logs] CVS: scummvm/saga game.cpp,1.51,1.52

Torbjörn Andersson eriktorbjorn at users.sourceforge.net
Tue Jan 11 11:41:10 CET 2005


Update of /cvsroot/scummvm/scummvm/saga
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12379

Modified Files:
	game.cpp 
Log Message:
Make voicess.res the first IHNM voice file, since that's the one that's
used in the intro. That way, if the IHNM demo plays an intro we'll use the
first voice file both for the demo and the full game.

Eventually we'll need to implement switching between different voice files,
of course, but that can wait.


Index: game.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/game.cpp,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- game.cpp	10 Jan 2005 14:25:27 -0000	1.51
+++ game.cpp	11 Jan 2005 19:40:17 -0000	1.52
@@ -166,13 +166,13 @@
 	{"patch.re_", GAME_PATCHFILE},
 	{"scripts.res", GAME_SCRIPTFILE},
 	{"sfx.res", GAME_SOUNDFILE},
+	{"voicess.res", GAME_VOICEFILE},
 	{"voices1.res", GAME_VOICEFILE},
 	{"voices2.res", GAME_VOICEFILE},
 	{"voices3.res", GAME_VOICEFILE},
 	{"voices4.res", GAME_VOICEFILE},
 	{"voices5.res", GAME_VOICEFILE},
-	{"voices6.res", GAME_VOICEFILE},
-	{"voicess.res", GAME_VOICEFILE}
+	{"voices6.res", GAME_VOICEFILE}
 };
 
 // I Have No Mouth and I Must Scream - Retail German CD version
@@ -183,12 +183,12 @@
 	{"scripts.res", GAME_SCRIPTFILE},
 	{"patch.re_", GAME_PATCHFILE},
 	{"sfx.res", GAME_SOUNDFILE},
+	{"voicess.res", GAME_VOICEFILE},
 	{"voices1.res", GAME_VOICEFILE},
 	{"voices2.res", GAME_VOICEFILE},
 	{"voices3.res", GAME_VOICEFILE},
 	{"voices5.res", GAME_VOICEFILE},
-	{"voices6.res", GAME_VOICEFILE},
-	{"voicess.res", GAME_VOICEFILE}
+	{"voices6.res", GAME_VOICEFILE}
 };
 
 static GameFontDescription IHNMCD_GameFonts[] = {





More information about the Scummvm-git-logs mailing list