aboutsummaryrefslogtreecommitdiff
path: root/engines/simon/simon.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/simon/simon.h')
-rw-r--r--engines/simon/simon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/simon/simon.h b/engines/simon/simon.h
index cab10f614d..9afc0d3056 100644
--- a/engines/simon/simon.h
+++ b/engines/simon/simon.h
@@ -103,7 +103,7 @@ struct VgaSleepStruct {
};
struct VgaTimerEntry {
- uint16 delay;
+ int16 delay;
const byte *script_pointer;
uint16 sprite_id;
uint16 cur_vga_file;