summaryrefslogtreecommitdiff
path: root/sly/repl.scm
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2014-12-13 13:33:33 -0500
committerDavid Thompson <dthompson2@worcester.edu>2014-12-13 13:37:32 -0500
commit171ee79bc610e400123775f7993cc1501b826d6a (patch)
tree8be079b1ae939acd09b638fc8e8c9e47a3f4d683 /sly/repl.scm
parentcd56361421ff460768fbe4e9eaf1080a5507c5c3 (diff)
agenda: Rename procedures.
* sly/agenda.scm (tick-agenda!, clear-agenda!): Rename. (agenda-tick!, agenda-clear!): New procedures. * sly/game.scm (start-game-loop): Use agenda-tick!. * sly/repl.scm (start-sly-repl): Likewise.
Diffstat (limited to 'sly/repl.scm')
-rw-r--r--sly/repl.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/sly/repl.scm b/sly/repl.scm
index 0e22ade..c1ab982 100644
--- a/sly/repl.scm
+++ b/sly/repl.scm
@@ -47,7 +47,7 @@ poll the REPL server upon every tick of the game loop."
(with-agenda error-agenda
(while #t
(poll-coop-repl-server server)
- (tick-agenda!)
+ (agenda-tick!)
(usleep 10))))
(lambda (cont)
;; Discard the continuation