mudlet-makers team mailing list archive
-
mudlet-makers team
-
Mailing list archive
-
Message #04515
[Bug 1263570] Re: connecting rooms without areas causes seg fault
** 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
References