X-Git-Url: https://jxself.org/git/?p=mudsync.git;a=blobdiff_plain;f=mudsync%2Frun-game.scm;h=89f96f1df8540711f8555917b59a5bf518c14bb4;hp=286ff7dbf18b564591aa25ef922d6af3379934ef;hb=5128272343835236d5e3410e12728cb2efe5a39f;hpb=d13325f5f6eba20c808636948432dcdff4e138f6 diff --git a/mudsync/run-game.scm b/mudsync/run-game.scm index 286ff7d..89f96f1 100644 --- a/mudsync/run-game.scm +++ b/mudsync/run-game.scm @@ -30,7 +30,7 @@ (define %test-gm #f) -(define (run-demo db-path room-spec default-room) +(define (run-demo db-path game-spec default-room) (define hive (make-hive)) (define new-conn-handler (make-default-room-conn-handler default-room)) @@ -42,4 +42,4 @@ ;; on interrupt :P (ez-run-hive hive (list (bootstrap-message hive (actor-id gm) 'init-world - #:room-spec room-spec)))) + #:game-spec game-spec))))