diff --git a/neo/d3xp/Game.h b/neo/d3xp/Game.h index 505f12a7..ce0d3cb8 100644 --- a/neo/d3xp/Game.h +++ b/neo/d3xp/Game.h @@ -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 )