aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v90he.cpp
diff options
context:
space:
mode:
authorJonathan Gray2004-09-06 07:06:11 +0000
committerJonathan Gray2004-09-06 07:06:11 +0000
commit3f42d6f0aba4492ba4195d6547e5753f63ec7a0b (patch)
treed3eaec278a3fe9b3a9291c319ef1a5aef3d74d28 /scumm/script_v90he.cpp
parentaa264a5079957a82f9e1e5a87837629a8b28eb54 (diff)
downloadscummvm-rg350-3f42d6f0aba4492ba4195d6547e5753f63ec7a0b.tar.gz
scummvm-rg350-3f42d6f0aba4492ba4195d6547e5753f63ec7a0b.tar.bz2
scummvm-rg350-3f42d6f0aba4492ba4195d6547e5753f63ec7a0b.zip
fix compiler warnings, including a if (foo = bar) occurance
svn-id: r14927
Diffstat (limited to 'scumm/script_v90he.cpp')
-rw-r--r--scumm/script_v90he.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v90he.cpp b/scumm/script_v90he.cpp
index 9ac003279a..1004aa3eeb 100644
--- a/scumm/script_v90he.cpp
+++ b/scumm/script_v90he.cpp
@@ -386,7 +386,7 @@ void ScummEngine_v90he::o90_unknown1C() {
if (value == 10) {
int flags = pop();
- int unk = pop();
+ pop();
int y1 = pop();
int x1 = pop();
int resnum = pop();