diff options
author | Travis Howell | 2007-02-23 10:19:53 +0000 |
---|---|---|
committer | Travis Howell | 2007-02-23 10:19:53 +0000 |
commit | 74f21c1c4f03b6e7748aa3c0d61963d602bd301b (patch) | |
tree | aeedb61f1baa1ba3e77cff6a31f295f4393649d5 | |
parent | 47280b3301ae3b628dce593beb602ac6ada75b97 (diff) | |
download | scummvm-rg350-74f21c1c4f03b6e7748aa3c0d61963d602bd301b.tar.gz scummvm-rg350-74f21c1c4f03b6e7748aa3c0d61963d602bd301b.tar.bz2 scummvm-rg350-74f21c1c4f03b6e7748aa3c0d61963d602bd301b.zip |
Correct typo.
svn-id: r25808
-rw-r--r-- | engines/agos/script_e2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/agos/script_e2.cpp b/engines/agos/script_e2.cpp index b8a8d8dc34..0da38a31c2 100644 --- a/engines/agos/script_e2.cpp +++ b/engines/agos/script_e2.cpp @@ -281,7 +281,7 @@ void AGOSEngine::oe2_bNotZero() { // 156: is bit set uint bit = getVarWrapper(); - // WORKAROUND: For for script glitch in some versions + // WORKAROUND: For a script glitch in some versions if (getGameType() == GType_SIMON1 && _subroutine == 2962 && bit == 63) { bit = 50; } |