mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-26 05:51:20 +00:00
12c10b5156
This entered the code path which warned about ambiguous use of variables in action functions and as a result ran afoul of subsequent error checks. Since ZScript has no global scope resolution operator, this needs to ignore all non-static class symbols and try to look up any of these as global identifiers. |
||
---|---|---|
.. | ||
backend | ||
decorate | ||
vm | ||
zscript | ||
symbols.cpp | ||
symbols.h | ||
thingdef.cpp | ||
thingdef.h | ||
thingdef_data.cpp | ||
thingdef_properties.cpp | ||
types.cpp | ||
types.h | ||
vmiterators.cpp | ||
vmthunks.cpp | ||
vmthunks_actors.cpp |