Difference between revisions of "Talk:Complete Roguelike Tutorial, using python+libtcod, part 10"

From RogueBasin
Jump to navigation Jump to search
(savescumming bug)
 
(Blanked the page)
Line 1: Line 1:
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.--[[User:CH3CH2OH|CH3CH2OH]] ([[User talk:CH3CH2OH|talk]]) 16:15, 20 May 2013 (CEST)

Revision as of 14:26, 20 May 2013