Add base for menu eventhandlerset parsing

This commit is contained in:
Jan
2021-11-06 16:28:24 +01:00
parent b15efd4a4c
commit bf19208351
19 changed files with 334 additions and 46 deletions

View File

@ -1274,7 +1274,7 @@ namespace IW4
SetLocalVarData* setLocalVarData;
};
enum EventType : char
enum EventType : unsigned char
{
EVENT_UNCONDITIONAL = 0x0,
EVENT_IF = 0x1,