diff options
author | James Brown | 2002-04-04 03:06:07 +0000 |
---|---|---|
committer | James Brown | 2002-04-04 03:06:07 +0000 |
commit | 2403a5465e492aade2a1eb9b58737aeffbd8e8c3 (patch) | |
tree | 5555aa58d6a65559cf3730af067fa183027fa294 | |
parent | a0f9e4082d36b85c114f66b5ba87365ad818c69f (diff) | |
download | scummvm-rg350-2403a5465e492aade2a1eb9b58737aeffbd8e8c3.tar.gz scummvm-rg350-2403a5465e492aade2a1eb9b58737aeffbd8e8c3.tar.bz2 scummvm-rg350-2403a5465e492aade2a1eb9b58737aeffbd8e8c3.zip |
Fix idiotic typo in verbage fix
svn-id: r3855
-rw-r--r-- | script_v1.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script_v1.cpp b/script_v1.cpp index 9fd439c513..f09ec1f5fe 100644 --- a/script_v1.cpp +++ b/script_v1.cpp @@ -1914,7 +1914,7 @@ void Scumm::o5_saveRestoreVerbs() { switch(_opcode) { case 1: /* hide verbs */ - if (_gameId & GID_ZAK256) // FIXME? + if (_gameId == GID_ZAK256) // FIXME? return; while (a<=b) { |