** Changed in: mudlet
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Mudlet
Makers, which is subscribed to Mudlet.
https://bugs.launchpad.net/bugs/1263570
Title:
connecting rooms without areas causes seg fault
Status in Mudlet:
Fix Released
Bug description:
This code causes a seg fault:
local id = createRoomID()
addRoom(id)
local id2 = createRoomID()
addRoom(id2)
setExit(id,id2,"n")
because the TArea has not yet been initialized. This will be fixed by
the updated area code with rooms having a default "void" area.
To manage notifications about this bug go to:
https://bugs.launchpad.net/mudlet/+bug/1263570/+subscriptions
_______________________________________________
Mailing list: https://launchpad.net/~mudlet-makers
Post to : [email protected]
Unsubscribe : https://launchpad.net/~mudlet-makers
More help : https://help.launchpad.net/ListHelp