aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/screen.h')
-rw-r--r--engines/mads/screen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/screen.h b/engines/mads/screen.h
index 7fa5722e18..c733452aa2 100644
--- a/engines/mads/screen.h
+++ b/engines/mads/screen.h
@@ -33,7 +33,7 @@ namespace MADS {
#define MADS_SCREEN_HEIGHT 200
enum ScrCategory {
- CAT_NONE = 0, CAT_ACTION = 1, CAT_INV_LIST = 2, CAT_INV_VOCAB = 3,
+ CAT_NONE = 0, CAT_COMMAND = 1, CAT_INV_LIST = 2, CAT_INV_VOCAB = 3,
CAT_HOTSPOT = 4, CAT_INV_ANIM = 5, CAT_TALK_ENTRY = 6, CAT_INV_SCROLLER = 7,
CAT_12 = 12
};