From 1745e8b600581e542e4379cac9913b446865117f Mon Sep 17 00:00:00 2001 From: Oliver Kiehl Date: Sat, 15 Feb 2003 14:51:24 +0000 Subject: possible fix for Bug #687059 ? svn-id: r6609 --- simon/items.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'simon') diff --git a/simon/items.cpp b/simon/items.cpp index 11d1ec054c..825f51759a 100644 --- a/simon/items.cpp +++ b/simon/items.cpp @@ -990,7 +990,7 @@ int SimonState::runScript() const char *s = (const char *)getStringPtrByID(_stringid_array_3[a]); ThreeValues *tv = getThreeValues(b); - if (_game == GAME_TALKIE) + if (_game & GAME_TALKIE) d = _array_4[a]; if (d != 0 && !_vk_t_toggle) { -- cgit v1.2.3