Assign used links during room generation
This commit is contained in:
@@ -7,6 +7,7 @@ defaultRoom :: Room
|
||||
defaultRoom = Room
|
||||
{ _rmPolys = []
|
||||
, _rmLinks = []
|
||||
, _rmUsedLinks = []
|
||||
, _rmPath = []
|
||||
, _rmPS = []
|
||||
, _rmBound = []
|
||||
|
||||
Reference in New Issue
Block a user