aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/agi.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/agi/agi.h')
-rw-r--r--engines/agi/agi.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/agi/agi.h b/engines/agi/agi.h
index 9316f58a97..42d6b016f0 100644
--- a/engines/agi/agi.h
+++ b/engines/agi/agi.h
@@ -489,6 +489,11 @@ struct AgiGame {
#define STATE_RUNNING 0x02
int state; /**< state of the interpreter */
+ // TODO: Check whether adjMouseX and adjMouseY must be saved and loaded when using savegames.
+ // If they must be then loading and saving is partially broken at the moment.
+ int adjMouseX; /**< last given adj.ego.move.to.x.y-command's 1st parameter */
+ int adjMouseY; /**< last given adj.ego.move.to.x.y-command's 2nd parameter */
+
char name[8]; /**< lead in id (e.g. `GR' for goldrush) */
char id[8]; /**< game id */
uint32 crc; /**< game CRC */