Page 1 of 1

Stage name takes one turn to update

Posted: Fri Jun 25, 2010 6:45 pm
by Vanguard
When entering a new location, the UI lists the name of the last location the player was in until they make a move. For example, when going down the stairs from Carn Dum 2 to Carn Dum 3, it still says Carn Dum 2 until I move off of the stairs.

Re: Stage name takes one turn to update

Posted: Fri Jun 25, 2010 10:48 pm
by darkgod
fixed

Re: Stage name takes one turn to update

Posted: Fri Jun 25, 2010 11:56 pm
by Shoob
could I see what you changed (in game.lua) for this to be fixed? as I would like to apply it to my mod too.

if it was an engine fix then dont bother.

Re: Stage name takes one turn to update

Posted: Sat Jun 26, 2010 12:15 am
by darkgod
add

Code: Select all

game.player.changed = true
in the changeLevel() method

Re: Stage name takes one turn to update

Posted: Sat Jun 26, 2010 2:40 am
by Shoob
that sounds difficult ;) but I will try :P