This commit is contained in:
2021-11-23 21:48:01 +00:00
parent b7d6eeaa84
commit 86f363c2f9
19 changed files with 93 additions and 122 deletions
+1 -2
View File
@@ -7,9 +7,8 @@ import qualified Data.IntMap.Strict as IM
defaultRoom :: Room
defaultRoom = Room
{ _rmPolys = []
, _rmOutLinks = []
, _rmLinks = []
, _rmLinkEff = []
, _rmInLinks = []
, _rmPos = []
, _rmPath = []
, _rmPmnts = []