From: Christopher Allan Webber Date: Mon, 2 Jan 2017 22:37:16 +0000 (-0600) Subject: Rename call of start-agenda to run-agenda X-Git-Tag: fosdem-2017~123 X-Git-Url: https://jxself.org/git/?p=mudsync.git;a=commitdiff_plain;h=701425bc611abaa8b4140942d995d5f32d24e2d7;hp=d23f2cefbde148dedc61da5cf35391a12c6734bb Rename call of start-agenda to run-agenda --- diff --git a/mudsync/run-game.scm b/mudsync/run-game.scm index 9b7c149..f3035d3 100644 --- a/mudsync/run-game.scm +++ b/mudsync/run-game.scm @@ -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)