[Scummvm-cvs-logs] CVS: scummvm/sword1 sword1.cpp,1.9,1.10
Torbj?rn Andersson
eriktorbjorn at users.sourceforge.net
Wed Dec 17 06:37:25 CET 2003
Update of /cvsroot/scummvm/scummvm/sword1
In directory sc8-pr-cvs1:/tmp/cvs-serv24518
Modified Files:
sword1.cpp
Log Message:
Enable subtitles if the "subtitles" option is set in the config manager.
Index: sword1.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword1/sword1.cpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- sword1.cpp 17 Dec 2003 14:33:34 -0000 1.9
+++ sword1.cpp 17 Dec 2003 14:36:52 -0000 1.10
@@ -138,6 +138,8 @@
default:
_systemVars.language = BS1_ENGLISH;
}
+
+ _systemVars.showText = ConfMan.getBool("subtitles");
_systemVars.playSpeech = 1;
startPositions(ConfMan.getInt("boot_param"));
More information about the Scummvm-git-logs
mailing list