calmackenzie / VG1819

Final Project for CS4830 2018 - 2019
0 stars 2 forks source link

Game crash if click end turn button before initiativetracker starts #441

Closed calmackenzie closed 5 years ago

calmackenzie commented 5 years ago

Pressing the "end turn" button before InitiativeTracker::gameTurnStart() is called crashes the game. In https://github.com/calmackenzie/VG1819/pull/433/files this was changed to be called 30 seconds after the gameobject with GameplayInit is start'd. Note that this is almost impossible to perform in debug mode, but is quite easy in release mode as the loading screen is much shorter.

Issue occurs in both multiplayer and testing