From 1bc636aaa676839c6e8fe2d8cc1405f2c3b2393c Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Sun, 2 Jan 2005 14:36:00 +0000 Subject: Fixed a few things in the IHNM intro. Most noticeably I've added an event for starting animations, which I use to prevent the first animation frame from being drawn too early. svn-id: r16407 --- saga/events.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'saga/events.h') diff --git a/saga/events.h b/saga/events.h index cd502f153b..0ef5ce0782 100644 --- a/saga/events.h +++ b/saga/events.h @@ -64,9 +64,10 @@ enum EVENT_OPS { // BG events EVENT_DISPLAY = 1, // ANIM events - EVENT_FRAME = 1, - EVENT_SETFLAG = 2, - EVENT_CLEARFLAG = 3, + // EVENT_PLAY = 1, // reused + EVENT_FRAME = 2, + EVENT_SETFLAG = 3, + EVENT_CLEARFLAG = 4, // MUISC & SOUND events EVENT_PLAY = 1, EVENT_STOP = 2, -- cgit v1.2.3