[Scummvm-cvs-logs] CVS: scummvm/scumm vars.cpp,1.154,1.155

kirben kirben at users.sourceforge.net
Tue Nov 15 23:09:00 CET 2005


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

Modified Files:
	vars.cpp 
Log Message:

Still no subtitles in HE70/71 too.


Index: vars.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/vars.cpp,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -d -r1.154 -r1.155
--- vars.cpp	15 Nov 2005 22:50:14 -0000	1.154
+++ vars.cpp	16 Nov 2005 07:08:38 -0000	1.155
@@ -179,9 +179,7 @@
 	VAR_ROOM_WIDTH = 41;
 	VAR_ROOM_HEIGHT = 54;
 
-	if (_heversion >= 70) {
-		VAR_SUBTITLES = 60;
-	} else if (_heversion >= 60) {
+	if (_heversion >= 60) {
 		VAR_NOSUBTITLES = 60;
 	} else {
 		VAR_VOICE_MODE = 60; // 0 is voice, 1 is voice+text, 2 is text only





More information about the Scummvm-git-logs mailing list