/polymer/eduke32/source/lunatic/con_lang.lua |
---|
179,11 → 179,12 |
EVENT_CUTSCENE = 99, |
EVENT_DISPLAYCURSOR = 100, |
EVENT_DISPLAYLEVELSTATS = 101, |
EVENT_DISPLAYCAMERAOSD = 102, |
-- EVENT_ANIMATEALLSPRITES = previous+1, -- internal |
-- KEEPINSYNC with MAXEVENTS below |
} |
MAXEVENTS = 102 -- KEEPINSYNC with above EVENT_* list |
MAXEVENTS = 103 -- KEEPINSYNC with above EVENT_* list |
-- NOTE: negated values are not exported to the ffi.C namespace or CON. |
-- See TWEAK_SFLAG below. |