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.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/engines/agos/vga.cpp b/engines/agos/vga.cpp
index af0c7cba1b..af876e9417 100644
--- a/engines/agos/vga.cpp
+++ b/engines/agos/vga.cpp
@@ -401,11 +401,6 @@ void AGOSEngine::vc3_loadSprite() {
int16 x, y;
byte *old_file_1;
- if (getGameType() == GType_PP && getBitFlag(100)) {
- startAnOverlayAnim();
- return;
- }
-
windowNum = vcReadNextWord();
if (getGameType() == GType_SIMON1 && windowNum == 3) {
_window3Flag = 1;