Interrupt / systemshock

Shockolate - A minimalist and cross platform System Shock source port.
GNU General Public License v3.0
811 stars 66 forks source link

Fix title screen continue option #176

Closed donnierussellii closed 6 years ago

donnierussellii commented 6 years ago

Clicking continue on title screen now loads "LastSavedGame.dat", which is only written to when saving a game. Also serves as a backup save game.

Important: "CurrentGame.dat" may or may not contain last saved game because it is also used to save other data (for example, when starting a new game).

Interrupt commented 6 years ago

Dude, you're cranking out the fixes! Looking at the files changed It looks like we're using spaces for indentation and you're using tabs, probably should be consistent.

Interrupt commented 6 years ago

Shouldn't the continue button pop up the save game list? I tested this in an older version of the game, and that's what it was doing there.