aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/vga.cpp
diff options
context:
space:
mode:
authorTravis Howell2006-10-23 01:37:59 +0000
committerTravis Howell2006-10-23 01:37:59 +0000
commit99d6e6db5ce2c0fcb8c3884d7b834ab6728daa66 (patch)
treede10147775e39e456d316bfc0f822cdc30bb71d0 /engines/agos/vga.cpp
parentf0a162e8bbfd06340ec63348f5fcfdaca7349bc1 (diff)
downloadscummvm-rg350-99d6e6db5ce2c0fcb8c3884d7b834ab6728daa66.tar.gz
scummvm-rg350-99d6e6db5ce2c0fcb8c3884d7b834ab6728daa66.tar.bz2
scummvm-rg350-99d6e6db5ce2c0fcb8c3884d7b834ab6728daa66.zip
Add patch to make ProTracker a subclass of AudioStream, from madmoose
svn-id: r24465
Diffstat (limited to 'engines/agos/vga.cpp')
-rw-r--r--engines/agos/vga.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/agos/vga.cpp b/engines/agos/vga.cpp
index 04f1903a66..4a2d01014d 100644
--- a/engines/agos/vga.cpp
+++ b/engines/agos/vga.cpp
@@ -1439,6 +1439,8 @@ void AGOSEngine::vc57_blackPalette() {
void AGOSEngine::vc58_checkCodeWheel() {
// TODO
debug(0, "vc58_checkCodeWheel: stub");
+
+ _variableArray[0] = 1;
}
void AGOSEngine::vc59_skipIfNotEGA() {