X-Git-Url: https://jxself.org/git/?p=mudsync.git;a=blobdiff_plain;f=mudsync%2Frun-game.scm;h=fe7cb516ca81177a4b276fff107228cd01baaf88;hp=9b7c1492778eb95292f9fbae7f06cb6820e2a773;hb=e6bd5ce0dd5edd77d182f70e6a32101e999f8623;hpb=d45f1aca89f7f664137c16c0b6a3b39dc7445ffd diff --git a/mudsync/run-game.scm b/mudsync/run-game.scm index 9b7c149..fe7cb51 100644 --- a/mudsync/run-game.scm +++ b/mudsync/run-game.scm @@ -59,10 +59,10 @@ (define new-conn-handler (make-default-room-conn-handler default-room)) (define gm - (hive-create-actor-gimmie* hive "gm" - #:new-conn-handler new-conn-handler)) + (bootstrap-actor-gimmie* hive "gm" + #:new-conn-handler new-conn-handler)) (define repl-manager - (hive-create-actor* hive "repl")) + (bootstrap-actor* hive "repl")) (define initial-tasks (list (bootstrap-message hive (actor-id gm) 'init-world @@ -84,7 +84,7 @@ ;; Set up injector for live hacking (set! inject-gameobj! gameobj-injector) - (start-agenda agenda #:post-run-hook post-run-hook))) + (run-agenda agenda #:post-run-hook post-run-hook))) (define (do-inject-special! queue hive gm-id game-spec special-symbol)