aboutsummaryrefslogtreecommitdiff
path: root/simon/simon.h
diff options
context:
space:
mode:
authorMax Horn2003-06-21 15:42:20 +0000
committerMax Horn2003-06-21 15:42:20 +0000
commitceb1005f6cc4ff1860167810aacf51ae94d2d187 (patch)
tree169f15a0ef78efe257a6c36b80cd71df5511ebd6 /simon/simon.h
parent3de24123e737a0bc4584b3a59db553d74a2dfdf0 (diff)
downloadscummvm-rg350-ceb1005f6cc4ff1860167810aacf51ae94d2d187.tar.gz
scummvm-rg350-ceb1005f6cc4ff1860167810aacf51ae94d2d187.tar.bz2
scummvm-rg350-ceb1005f6cc4ff1860167810aacf51ae94d2d187.zip
some more memory inits; cleanup
svn-id: r8581
Diffstat (limited to 'simon/simon.h')
-rw-r--r--simon/simon.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/simon/simon.h b/simon/simon.h
index af5548b59b..852cea12eb 100644
--- a/simon/simon.h
+++ b/simon/simon.h
@@ -194,9 +194,8 @@ protected:
int16 _script_unk_1;
bool _vga_var6;
int _x_scroll, _vga_var1, _vga_var2, _vga_var3, _vga_var5;
- byte _vga_var8;
-
byte *_vga_var7;
+ byte _vga_var8;
int16 _script_cond_a, _script_cond_b, _script_cond_c;
@@ -204,7 +203,6 @@ protected:
FillOrCopyStruct *_fcs_ptr_1;
Item *_subject_item, *_object_item;
- Item *_item_1_ptr;
Item *_item_1;
Item *_hitarea_object_item;