From f766e01112baa93e9aec701cfaacaad955416e3d Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Mon, 23 Oct 2006 01:52:19 +0000 Subject: Ooops, correct that accidental commit of code svn-id: r24466 --- engines/agos/vga.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/agos/vga.cpp') diff --git a/engines/agos/vga.cpp b/engines/agos/vga.cpp index 4a2d01014d..32694d3e8c 100644 --- a/engines/agos/vga.cpp +++ b/engines/agos/vga.cpp @@ -1440,7 +1440,7 @@ void AGOSEngine::vc58_checkCodeWheel() { // TODO debug(0, "vc58_checkCodeWheel: stub"); - _variableArray[0] = 1; + _variableArray[0] = 0; } void AGOSEngine::vc59_skipIfNotEGA() { -- cgit v1.2.3