mirror of
https://github.com/dhewm/dhewm3-sdk.git
synced 2024-11-22 04:31:15 +00:00
92023f44ca
Required for events with string arguments. On debug builds an assert() is triggered when trying to save such an event, while events could not be properly restored in any build. This happens when going from map delta4 to hell1 and the autosave feature kicks in. The trigger event 'selectWeapon' with the string argument 'weapon_fists' is in the event queue. With the binary from id a warning is issued: WARNING: player1 is not carrying weapon '' so the bug exists in there too, just that its a release build and doesn't abort(). I also managed to trigger this while saving shortly after activating an elevator switch. |
||
---|---|---|
.. | ||
Callbacks.cpp | ||
Class.cpp | ||
Class.h | ||
DebugGraph.cpp | ||
DebugGraph.h | ||
Event.cpp | ||
Event.h | ||
NoGameTypeInfo.h | ||
SaveGame.cpp | ||
SaveGame.h | ||
SysCmds.cpp | ||
SysCmds.h | ||
SysCvar.cpp | ||
SysCvar.h | ||
TypeInfo.cpp | ||
TypeInfo.h |