Bug in getCurrentRoom() [ MainLib.py ]

You think you've found a bug? Please report it here.

Moderators: Lapo, Bax

Post Reply
bacuri
Posts: 58
Joined: 24 Sep 2007, 13:42

Bug in getCurrentRoom() [ MainLib.py ]

Post by bacuri »


File:
MainLib.py
Location: getCurrentRoom() method definition.

Where it reads:

Code: Select all

res = zone.getRoomByName(rm)
... it should read:

Code: Select all

room = zone.getRoomByName(rm)
The way it is right now, the method will always return 'None'.
User avatar
Lapo
Site Admin
Posts: 23438
Joined: 21 Mar 2005, 09:50
Location: Italy

Post by Lapo »

Thanks for reporting
Lapo
--
gotoAndPlay()
...addicted to flash games
Post Reply