[Scummvm-cvs-logs] SF.net SVN: scummvm: [24466] scummvm/trunk/engines/agos/vga.cpp
kirben at users.sourceforge.net
kirben at users.sourceforge.net
Mon Oct 23 03:52:23 CEST 2006
Revision: 24466
http://svn.sourceforge.net/scummvm/?rev=24466&view=rev
Author: kirben
Date: 2006-10-22 18:52:19 -0700 (Sun, 22 Oct 2006)
Log Message:
-----------
Ooops, correct that accidental commit of code
Modified Paths:
--------------
scummvm/trunk/engines/agos/vga.cpp
Modified: scummvm/trunk/engines/agos/vga.cpp
===================================================================
--- scummvm/trunk/engines/agos/vga.cpp 2006-10-23 01:37:59 UTC (rev 24465)
+++ scummvm/trunk/engines/agos/vga.cpp 2006-10-23 01:52:19 UTC (rev 24466)
@@ -1440,7 +1440,7 @@
// TODO
debug(0, "vc58_checkCodeWheel: stub");
- _variableArray[0] = 1;
+ _variableArray[0] = 0;
}
void AGOSEngine::vc59_skipIfNotEGA() {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list