Rev 5039 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5039 | Rev 5045 | ||
---|---|---|---|
Line 176... | Line 176... | ||
176 | EVENT_ACTIVATECHEAT = 96, |
176 | EVENT_ACTIVATECHEAT = 96, |
177 | EVENT_DISPLAYINACTIVEMENU = 97, |
177 | EVENT_DISPLAYINACTIVEMENU = 97, |
178 | EVENT_DISPLAYINACTIVEMENUREST = 98, |
178 | EVENT_DISPLAYINACTIVEMENUREST = 98, |
179 | EVENT_CUTSCENE = 99, |
179 | EVENT_CUTSCENE = 99, |
180 | EVENT_DISPLAYCURSOR = 100, |
180 | EVENT_DISPLAYCURSOR = 100, |
- | 181 | EVENT_DISPLAYLEVELSTATS = 101, |
|
181 | -- EVENT_ANIMATEALLSPRITES = previous+1, -- internal
|
182 | -- EVENT_ANIMATEALLSPRITES = previous+1, -- internal
|
182 | -- KEEPINSYNC with MAXEVENTS below
|
183 | -- KEEPINSYNC with MAXEVENTS below
|
183 | }
|
184 | }
|
184 | 185 | ||
185 | MAXEVENTS = 101 -- KEEPINSYNC with above EVENT_* list |
186 | MAXEVENTS = 102 -- KEEPINSYNC with above EVENT_* list |
186 | 187 | ||
187 | -- NOTE: negated values are not exported to the ffi.C namespace or CON.
|
188 | -- NOTE: negated values are not exported to the ffi.C namespace or CON.
|
188 | -- See TWEAK_SFLAG below.
|
189 | -- See TWEAK_SFLAG below.
|
189 | SFLAG = { |
190 | SFLAG = { |
190 | SFLAG_SHADOW = 0x00000001, |
191 | SFLAG_SHADOW = 0x00000001, |