Update calls of hive-create-actor to bootstrap-actor
[mudsync.git] / mudsync / run-game.scm
index f3035d33cd2a3c7eee1b0e14554ed4ef2eb1733d..fe7cb516ca81177a4b276fff107228cd01baaf88 100644 (file)
   (define new-conn-handler
     (make-default-room-conn-handler default-room))
   (define gm
-    (hive-create-actor-gimmie* hive <game-master> "gm"
-                               #:new-conn-handler new-conn-handler))
+    (bootstrap-actor-gimmie* hive <game-master> "gm"
+                             #:new-conn-handler new-conn-handler))
   (define repl-manager
-    (hive-create-actor* hive <repl-manager> "repl"))
+    (bootstrap-actor* hive <repl-manager> "repl"))
 
   (define initial-tasks
     (list (bootstrap-message hive (actor-id gm) 'init-world