X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=7b45b057fd7e894a5629dbb7b0599a3e3b491877;hp=50dc573630763b6f3459a795a7f1b72e1898a217;hb=f93552d6cd84e880ee73d4864018167aefc1bb79;hpb=34dc736661e297f75d604335a7d85ea34d14c55d diff --git a/src/libgame/system.h b/src/libgame/system.h index 50dc5736..7b45b057 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -353,6 +353,7 @@ #define STYLE_DEFAULT STYLE_NONE // values for special global animation events +#define ANIM_EVENT_UNDEFINED -1 #define ANIM_EVENT_NONE 0 #define ANIM_EVENT_SELF (1 << 16) #define ANIM_EVENT_ANY (1 << 17)