aboutsummaryrefslogtreecommitdiff
path: root/saga/events.h
diff options
context:
space:
mode:
Diffstat (limited to 'saga/events.h')
-rw-r--r--saga/events.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/saga/events.h b/saga/events.h
index c2427d6f28..06cc3095fe 100644
--- a/saga/events.h
+++ b/saga/events.h
@@ -60,6 +60,8 @@ enum R_EVENT_OPS {
EVENT_DISPLAY = 1,
// ANIM events
EVENT_FRAME = 1,
+ EVENT_SETFLAG = 2,
+ EVENT_CLEARFLAG = 3,
// MUISC & SOUND events
EVENT_PLAY = 1,
EVENT_STOP = 2,
@@ -82,7 +84,8 @@ enum R_EVENT_OPS {
EVENT_PALTOBLACK = 1,
EVENT_BLACKTOPAL = 2,
// TRANSITION events
- EVENT_DISSOLVE = 1
+ EVENT_DISSOLVE = 1,
+ EVENT_DISSOLVE_BGMASK = 2
};
enum R_EVENT_PARAMS {