raze/source/exhumed
Christoph Oelckers cc5e6d19c3 - fixed sound updating by moving the engine's UpdateSound call into the main loop.
This needs to be called unconditionally for every frame being rendered, not all of the game modules did that.
Placing this call here ensures that it is independent of anything the games do.
2020-08-26 04:10:16 +02:00
..
src - fixed sound updating by moving the engine's UpdateSound call into the main loop. 2020-08-26 04:10:16 +02:00
CMakeLists.txt - split off the entire game loop related code into its own file. 2020-08-22 22:40:22 +02:00