aboutsummaryrefslogtreecommitdiff
path: root/simon
diff options
context:
space:
mode:
authorTravis Howell2003-10-16 10:10:48 +0000
committerTravis Howell2003-10-16 10:10:48 +0000
commitbc072912b625ba2c59cdffd8af8e46f7a104f464 (patch)
tree00d5eaa0c2956bdc9d989d55734d43aecec7aaea /simon
parent27fc80768815076c668f03fa36e124b03919a8a1 (diff)
downloadscummvm-rg350-bc072912b625ba2c59cdffd8af8e46f7a104f464.tar.gz
scummvm-rg350-bc072912b625ba2c59cdffd8af8e46f7a104f464.tar.bz2
scummvm-rg350-bc072912b625ba2c59cdffd8af8e46f7a104f464.zip
Fix a few defaults vars.
svn-id: r10824
Diffstat (limited to 'simon')
-rw-r--r--simon/simon.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/simon/simon.cpp b/simon/simon.cpp
index 62d9d9221b..4bd189628f 100644
--- a/simon/simon.cpp
+++ b/simon/simon.cpp
@@ -251,7 +251,7 @@ SimonEngine::SimonEngine(GameDetector *detector, OSystem *syst)
_local_stringtable = 0;
- _string_id_local_min = 0;
+ _string_id_local_min = 1;
_string_id_local_max = 0;
_tablesheap_ptr = 0;
@@ -360,7 +360,7 @@ SimonEngine::SimonEngine(GameDetector *detector, OSystem *syst)
_scroll_up_hit_area = 0;
_scroll_down_hit_area = 0;
- _video_var_7 = 0;
+ _video_var_7 = 0xFFFF;
_palette_color_count = 0;
_video_var_4 = 0;
@@ -397,7 +397,7 @@ SimonEngine::SimonEngine(GameDetector *detector, OSystem *syst)
_timer_5 = 0;
_timer_4 = 0;
- _vga_base_delay = 0;
+ _vga_base_delay = 1;
_vga_cur_file_2 = 0;
_vga_wait_for = 0;