mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-12-02 00:43:29 +00:00
9099dc600f
The handling for the two frozen flags was totally inconsistent. Furthermore, these need to be session data, not level data. The old exported variables for this still exist and shadow the real state, but are deprecated now. Frozen state should only be checked with "currentSession.isFrozen()" now. The session data in the savegame was grouped and separated from the global state, which onl consists of server CVARs and RNG state now. |
||
---|---|---|
.. | ||
ammo.txt | ||
armor.txt | ||
health.txt | ||
inv_misc.txt | ||
inventory.txt | ||
powerups.txt | ||
stateprovider.txt | ||
weaponpiece.txt | ||
weapons.txt |