aboutsummaryrefslogtreecommitdiff
path: root/scumm.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm.h')
-rw-r--r--scumm.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/scumm.h b/scumm.h
index 2067caabb5..618bef9b95 100644
--- a/scumm.h
+++ b/scumm.h
@@ -836,7 +836,9 @@ enum MouseButtonStatus {
enum VideoMode {
VIDEO_SCALE = 0,
- VIDEO_2XSAI = 1
+ VIDEO_2XSAI = 1,
+ VIDEO_SUPERSAI = 2,
+ VIDEO_SUPEREAGLE = 3
};
struct BoxCoords {