Stage name takes one turn to update

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
Vanguard
Higher
Posts: 68
Joined: Wed Jun 02, 2010 8:51 am

Stage name takes one turn to update

#1 Post 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.

darkgod
Master of Eyal
Posts: 10751
Joined: Wed Jul 24, 2002 9:26 pm
Location: Angolwen
Contact:

Re: Stage name takes one turn to update

#2 Post by darkgod »

fixed
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning ;)

Shoob
Reaper
Posts: 1535
Joined: Mon Jan 22, 2007 6:31 pm
Location: East of the sun, west of the moon

Re: Stage name takes one turn to update

#3 Post 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.
Oliphant am I, and I never lie.

darkgod
Master of Eyal
Posts: 10751
Joined: Wed Jul 24, 2002 9:26 pm
Location: Angolwen
Contact:

Re: Stage name takes one turn to update

#4 Post by darkgod »

add

Code: Select all

game.player.changed = true
in the changeLevel() method
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning ;)

Shoob
Reaper
Posts: 1535
Joined: Mon Jan 22, 2007 6:31 pm
Location: East of the sun, west of the moon

Re: Stage name takes one turn to update

#5 Post by Shoob »

that sounds difficult ;) but I will try :P
Oliphant am I, and I never lie.

Post Reply