mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-09 22:38:06 -05:00
Ensure correct expression type for static expressions in menu parsing but do not enforce when permissive
This commit is contained in:
@ -751,7 +751,8 @@ namespace IW4
|
||||
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