aboutsummaryrefslogtreecommitdiff
path: root/simon/simon.h
diff options
context:
space:
mode:
authorTravis Howell2002-11-28 00:22:24 +0000
committerTravis Howell2002-11-28 00:22:24 +0000
commit3c96baa2e452837988657df6b21b6b02f41bf238 (patch)
treedefdee3c8212947445e30f793b1f500c9e9fe91a /simon/simon.h
parent4492aebd099e5dee78281ae97ec1ee8496a12539 (diff)
downloadscummvm-rg350-3c96baa2e452837988657df6b21b6b02f41bf238.tar.gz
scummvm-rg350-3c96baa2e452837988657df6b21b6b02f41bf238.tar.bz2
scummvm-rg350-3c96baa2e452837988657df6b21b6b02f41bf238.zip
Add Named unknown variable in simon, patch #644907
svn-id: r5733
Diffstat (limited to 'simon/simon.h')
-rw-r--r--simon/simon.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/simon/simon.h b/simon/simon.h
index 52938daad5..3a7b495fda 100644
--- a/simon/simon.h
+++ b/simon/simon.h
@@ -76,7 +76,9 @@ struct VgaSprite {
uint16 image;
uint16 base_color;
uint16 x, y; /* actually signed numbers */
- uint16 unk4, unk5, unk6, unk7;
+ uint16 unk4;
+ uint16 priority;
+ uint16 unk6, unk7;
};
struct VgaSleepStruct {