diff options
| author | iamgoofball <iamgoofball@gmail.com> | 2019-01-18 19:08:56 -0800 |
|---|---|---|
| committer | oldmud0 <oldmud0@users.noreply.github.com> | 2019-01-18 23:08:46 -0600 |
| commit | 3c0cedbe922c9fcacd0d171423f83e375f66e178 (patch) | |
| tree | bdc797518ee7b53ae4c9c7c290d4eb557c578a96 /include/datatypes.h | |
| parent | d62ff4d3afbfe3f17aaafc4c01a483ee87123219 (diff) | |
Add screenshake, frame-specific effects, looping SFX, and clientside music looping
Committed by patch since Goof is currently banned on GitHub for no good reason.
Diffstat (limited to 'include/datatypes.h')
| -rw-r--r-- | include/datatypes.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/include/datatypes.h b/include/datatypes.h index aaa5de52..1b76f725 100644 --- a/include/datatypes.h +++ b/include/datatypes.h @@ -100,7 +100,12 @@ enum CHAT_MESSAGE SELF_OFFSET, OTHER_OFFSET, OTHER_FLIP, - NONINTERRUPTING_PRE + NONINTERRUPTING_PRE, + LOOPING_SFX, + SCREENSHAKE, + FRAME_SCREENSHAKE, + FRAME_REALIZATION, + FRAME_SFX }; enum COLOR |
