[Scummvm-cvs-logs] CVS: scummvm/queen journal.cpp,1.23,1.24

David Eriksson twogood at users.sourceforge.net
Sat Jan 10 08:04:01 CET 2004


Update of /cvsroot/scummvm/scummvm/queen
In directory sc8-pr-cvs1:/tmp/cvs-serv10178

Modified Files:
	journal.cpp 
Log Message:
Correct comment


Index: journal.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/journal.cpp,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- journal.cpp	10 Jan 2004 15:48:13 -0000	1.23
+++ journal.cpp	10 Jan 2004 16:03:08 -0000	1.24
@@ -297,7 +297,7 @@
 	} else if (zoneNum == ZN_TEXT_TOGGLE) {
 		_vm->subtitles(!_vm->subtitles());
 
-		// Ensure text is always on when voice is off
+		// Ensure voice is always on when text is off
 		if (!_vm->subtitles())
 			_vm->sound()->speechToggle(true);
 





More information about the Scummvm-git-logs mailing list