[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.148,1.149

Travis Howell kirben at users.sourceforge.net
Wed Feb 5 01:35:04 CET 2003


Update of /cvsroot/scummvm/scummvm/simon
In directory sc8-pr-cvs1:/tmp/cvs-serv9962/simon

Modified Files:
	simon.cpp 
Log Message:

Minor fix to last commmit


Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -d -r1.148 -r1.149
--- simon.cpp	5 Feb 2003 09:29:37 -0000	1.148
+++ simon.cpp	5 Feb 2003 09:34:35 -0000	1.149
@@ -3235,6 +3235,7 @@
 			if (_game & GAME_SIMON2)
 				_exit_cutscene = true;
 			break;
+
 		case 't':
 			_vk_t_toggle ^= 1;
 			if (_game == GAME_SIMON1TALKIE || _game == GAME_SIMON1WIN && _vk_t_toggle)
@@ -3720,7 +3721,7 @@
 }
 
 static const byte hebrew_video_font[] = {
-	0, 0, 0, 0, 0, 0, 0, 0, 	//4, 43, 0, 178, 0, 38, 0, 176,
+	0, 0, 0, 0, 0, 0, 0, 0,
 	32, 112, 112, 32, 32, 0, 32, 0,
 	48, 48, 96, 0, 0, 0, 0, 0,
 	0, 144, 0, 96, 144, 144, 104, 0,





More information about the Scummvm-git-logs mailing list