mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-21 19:03:11 -04:00

* fix replacement of `author` umapinfo string (assumed to be lump name) * remove some variables that are never read * remove `toolsrc` from the build (we don't package it anyway) * make sure that `dropoff` parameter is boolean * allow `i` values outside enum mobjtype_t range * `oldgamestate` out of range for `gamestate_t` enum * false positive (?) for leaking memory in U_SaveState * use the `__VA_ARGS__` macro instead of functions with variable parameters In standard C, using NULL to terminate the argument list of a variadic function is undefined behaviour.