X-Git-Url: https://jxself.org/git/?p=mudsync.git;a=blobdiff_plain;f=mudsync%2Fplayer.scm;h=e3ae2ba8ffcee53cea6cef848d72216e5a74fbc4;hp=8bf75b2c0e9e59100ae2a8dd3dec465d7152674c;hb=701425bc611abaa8b4140942d995d5f32d24e2d7;hpb=ca990b14f563fc450548954184ff6fc0e4792739 diff --git a/mudsync/player.scm b/mudsync/player.scm index 8bf75b2..e3ae2ba 100644 --- a/mudsync/player.scm +++ b/mudsync/player.scm @@ -21,7 +21,7 @@ #:use-module (mudsync gameobj) #:use-module (mudsync game-master) #:use-module (mudsync parser) - #:use-module (8sync systems actors) + #:use-module (8sync actors) #:use-module (8sync agenda) #:use-module (ice-9 control) #:use-module (ice-9 format) @@ -51,7 +51,7 @@ (actions #:allocation #:each-subclass #:init-value - (mhandlers + (build-actions (init player-init) (handle-input player-handle-input) (tell player-tell)