aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/vga.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/agos/vga.cpp')
-rw-r--r--engines/agos/vga.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/agos/vga.cpp b/engines/agos/vga.cpp
index 6e56fcc3f1..2fc7112be4 100644
--- a/engines/agos/vga.cpp
+++ b/engines/agos/vga.cpp
@@ -186,9 +186,9 @@ void AGOSEngine::setupVgaOpcodes() {
switch (getGameType()) {
case GType_ELVIRA:
- case GType_ELVIRA2:
setupElvira1VideoOpcodes(vga_opcode_table);
break;
+ case GType_ELVIRA2:
case GType_WW:
case GType_SIMON1:
setupCommonVideoOpcodes(vga_opcode_table);
@@ -2346,7 +2346,7 @@ void AGOSEngine::vc57_blackPalette() {
void AGOSEngine::vc58() {
if (getGameType() == GType_WW)
- return;
+ error("Code whell");;
uint16 sprite = _vgaCurSpriteId;
uint16 file = _vgaCurZoneNum;