[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.139,1.140
Travis Howell
kirben at users.sourceforge.net
Sat Jan 11 18:44:02 CET 2003
Update of /cvsroot/scummvm/scummvm/simon
In directory sc8-pr-cvs1:/tmp/cvs-serv13700/simon
Modified Files:
simon.cpp
Log Message:
Ooops
Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.139
retrieving revision 1.140
diff -u -d -r1.139 -r1.140
--- simon.cpp 12 Jan 2003 02:01:04 -0000 1.139
+++ simon.cpp 12 Jan 2003 02:42:59 -0000 1.140
@@ -867,7 +867,7 @@
_mus_file->seek(0, SEEK_SET);
if (_mus_file->read(_mus_offsets, size) != size)
- error("Cannot read offsets");
+ error("Can't read offsets");
midi.shutdown();
_mus_file->seek(_mus_offsets[a], SEEK_SET);
@@ -4530,8 +4530,6 @@
allocTablesHeap();
setup_vga_file_buf_pointers();
-
- _vk_t_toggle = true;
_sound = new SimonSound(_game, gss, _gameDataPath, _mixer);
More information about the Scummvm-git-logs
mailing list