aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r--scumm/scumm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index 50f1627fa8..f7140b26f7 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -61,7 +61,8 @@ enum {
NUM_LOCALSCRIPT = 60,
NUM_SENTENCE = 6,
NUM_SHADOW_PALETTE = 8,
- KEY_SET_OPTIONS = 3456 // WinCE
+ KEY_SET_OPTIONS = 3456, // WinCE
+ KEY_ALL_SKIP = 3457 // WinCE
};
/** SCUMM feature flags. */