sakura57 / so4

Spaced Out 4, an open-source 2D space shooter game
GNU General Public License v2.0
1 stars 0 forks source link

Crash caused by attempting to load a save file that doesn't exist #31

Closed sakura57 closed 4 years ago

sakura57 commented 4 years ago

Version latest

Description Attempting to load a nonexistent save file causes the game to crash. The crash originates from an uncaught SGException thrown in CGameDataManager::load_from_save_delegate().

Steps To Reproduce

sakura57 commented 4 years ago

Addressed on the fixes branch

sakura57 commented 4 years ago

Merged #43