mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 17:01:51 +00:00
- Exhumed: Partially restore sound issues following cc5e6d19c3
.
* Restored call of `UpdateSounds()` to `GameLoop()` and not `DrawView()` like previously. Partially addresses #253.
This commit is contained in:
parent
62388e30be
commit
60f334f57c
1 changed files with 1 additions and 0 deletions
|
@ -253,6 +253,7 @@ void GameLoop()
|
|||
CheckKeys();
|
||||
GameTicker();
|
||||
PlayerInterruptKeys();
|
||||
UpdateSounds();
|
||||
CheckKeys2();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue