mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-10 14:58:10 -05:00
Ensure correct expression type for static expressions in menu parsing but do not enforce when permissive
This commit is contained in:
@ -753,7 +753,8 @@ namespace IW5
|
||||
continue;
|
||||
}
|
||||
|
||||
assert(false);
|
||||
// Do not consider this a mistake since the games menus do this by mistake and it should be able to compile them anyway
|
||||
// But the game should also not know what to do with this i guess
|
||||
expressionIsStatic = false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user