raze/source/sw
Christoph Oelckers a594ba32d4 - added assignment to an unused scratch variable to the InitActor*Noise functions.
They are used a state identifiers but identical content-wise so MSVC's linker would merge them all together into one if some code wasn't added to make them different.
A global check for the scratch variable was added in a harmless place to ensure that whole program optimization algorithms won't optimize it out anyway after discovering that the variable is never used.
2020-02-02 08:53:28 +01:00
..
src - added assignment to an unused scratch variable to the InitActor*Noise functions. 2020-02-02 08:53:28 +01:00
CMakeLists.txt - streamlined CMake configuration of game libraries 2020-01-27 18:11:35 +01:00