Talk:Complete Roguelike Tutorial, using python+libtcod, part 10

From RogueBasin
Revision as of 14:15, 20 May 2013 by CH3CH2OH (talk | contribs) (savescumming bug)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

There's a savescumming bug where if you load a game, play and then decide to revert back to the previous save you can hit escape, go to the main menu screen and then choose continue last game. It will then reload the game again from the original save. Moving the same_game() from the main_menu(), to play_game() after if player_action == 'exit': seems to solve this. Great tutorial by the way, it has really helped my understanding of python with the added bonus of a actually making a game. Thanks.--CH3CH2OH (talk) 16:15, 20 May 2013 (CEST)