aboutsummaryrefslogtreecommitdiff
path: root/simon/items.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'simon/items.cpp')
-rw-r--r--simon/items.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/simon/items.cpp b/simon/items.cpp
index 975879e56f..98c83b43c9 100644
--- a/simon/items.cpp
+++ b/simon/items.cpp
@@ -1432,8 +1432,8 @@ void SimonState::o_unk_132_helper_2(FillOrCopyStruct *fcs, int x) {
}
void SimonState::o_unk_127() {
- uint a = getVarOrWord();
- uint b = getVarOrWord();
+ int a = getVarOrWord();
+ int b = getVarOrWord();
if (_game & GF_SIMON2) {
uint c = getVarOrByte();