moving between rooms nearly works
[mudsync.git] / mudsync / game-master.scm
index 3583f95662cc68a25abb72f8ddeaa4d82f689d9b..595a9032ee391b9dc1b29dc6e4b361750490ca92 100644 (file)
         (let ((room
                (apply create-actor* gm room-class "room"
                       #:gm (actor-id gm)
-                      #:exits (map exit-from-spec room-exits)
+                      #:exits (map exit-from-spec (pk 'dem-exits room-exits))
                       room-args)))
           ;; register the room
           (hash-set! (gm-room-dir gm) room-symbol room)