mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 17:01:28 +00:00
591f593888
Some sprites (for example, "Blood Drip" sprite type 702) cause negative priority events to be added added to the event queue on map initialization. Despite them being the highest priority entries in the event queue, comparision with the game timer performs an implicit unsigned conversion, which wrongly results in their priority being considered much higher than the current in-game time, causing the event loop to never advance. This commit fixes this problem. |
||
---|---|---|
.. | ||
src | ||
CMakeLists.txt |