diff options
author | Torbjörn Andersson | 2004-08-24 15:08:26 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2004-08-24 15:08:26 +0000 |
commit | 467b72479829ebbd15dc2aecbade516ff08dd1a5 (patch) | |
tree | 526dc686fec54ecf647637fe63c3efe80c80dfc9 /scumm | |
parent | 2cf3a12fae67b095f3e5e90231f3297451a135a4 (diff) | |
download | scummvm-rg350-467b72479829ebbd15dc2aecbade516ff08dd1a5.tar.gz scummvm-rg350-467b72479829ebbd15dc2aecbade516ff08dd1a5.tar.bz2 scummvm-rg350-467b72479829ebbd15dc2aecbade516ff08dd1a5.zip |
Typo
svn-id: r14730
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/script_v72he.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v72he.cpp b/scumm/script_v72he.cpp index 40f7bcc456..942ffd866d 100644 --- a/scumm/script_v72he.cpp +++ b/scumm/script_v72he.cpp @@ -397,7 +397,7 @@ void ScummEngine_v72he::o72_compareStackList() { if (num) { for (i = 1; i < 128; i++) { - if (args[i] = value) { + if (args[i] == value) { push(1); break; } |