null pointer when loading saved game
Status: Beta
Brought to you by:
avivey
If a saved game is loaded before a new game is created, spacetrader crashes with a null pointer exception. This is because the 'GameController controller' member of the SpaceTrader class has not been initialized.
A patch with a quick and dirty fix is attached (the fix was to create a dummy controller that gets overwritten by the contents of the saved game).
Anonymous
patch to fix