aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/cine.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cine/cine.h')
-rw-r--r--engines/cine/cine.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/engines/cine/cine.h b/engines/cine/cine.h
index bf56e9189b..1031d6d449 100644
--- a/engines/cine/cine.h
+++ b/engines/cine/cine.h
@@ -127,11 +127,15 @@ extern CineEngine *g_cine;
#define COPY_PROT_FAIL_PRC_NAME "L201.ANI"
enum {
- VAR_MOUSE_X_MODE = 253,
+ // Both FW and OS
VAR_MOUSE_X_POS = 249,
- VAR_MOUSE_Y_MODE = 251,
VAR_MOUSE_Y_POS = 250,
+ // FW only
+ VAR_MOUSE_X_MODE = 253,
+ VAR_MOUSE_Y_MODE = 251,
// OS only
+ VAR_MOUSE_X_POS_2ND = 251, // Many times used in conjunction with VAR_MOUSE_X_POS
+ VAR_MOUSE_Y_POS_2ND = 252, // Many times used in conjunction with VAR_MOUSE_Y_POS
VAR_BYPASS_PROTECTION = 255,
VAR_LOW_MEMORY = 0
};