MovingBlocks / DestinationSol

Official continuation of Destination Sol, the great fun little arcade space shooter from http://sourceforge.net/projects/destinationsol/ Modules live at https://github.com/DestinationSol/
Apache License 2.0
325 stars 122 forks source link

SaveManager called from modules crash fix #681

Closed BenjaminAmos closed 1 year ago

BenjaminAmos commented 1 year ago

Description

This pull request fixes a crash caused by modules, directly or indirectly, calling SaveManager to save the game.

In the case of the warp crash, the StarPort class was attempting to save the game upon arrival when it triggered the crash.

Testing

Notes