mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-03-15 07:00:58 +00:00
Merge pull request #606 from SRSaunders/game-return-fix
Update gameReturn_t() to explicitly initialize sessionCommand
This commit is contained in:
commit
6510531ad8
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ struct gameReturn_t
|
|||
{
|
||||
|
||||
gameReturn_t() :
|
||||
sessionCommand( "" ), // SRS - Explicitly init sessionCommand otherwise can be optimized out and skipped with gcc or Apple clang
|
||||
syncNextGameFrame( false ),
|
||||
vibrationLow( 0 ),
|
||||
vibrationHigh( 0 )
|
||||
|
|
Loading…
Reference in a new issue