From 20a6ad7572a9cb58503d9320817d7a7ccd4f63bd Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sat, 20 Dec 2003 04:29:17 +0000 Subject: *** empty log message *** svn-id: r11768 --- simon/vga.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'simon/vga.cpp') diff --git a/simon/vga.cpp b/simon/vga.cpp index 3428e22ddc..b914fbc5ff 100644 --- a/simon/vga.cpp +++ b/simon/vga.cpp @@ -1195,7 +1195,7 @@ void SimonEngine::vc_25_halt_sprite() { VgaSprite *vsp = find_cur_sprite(); // Work around to allow inventory arrows to be // showned in some versions of Simon the Sorcerer 1 - if (!(_game GF_SIMON2) && !(_game & GF_WIN) && + if (!(_game & GF_SIMON2) && !(_game & GF_WIN) && vsp->id == 0x80 && _keep_arrows) { _keep_arrows = 0; return; -- cgit v1.2.3