some more scrolling tweaks
[mudsync.git] / mudsync.scm
index a3caaa17d8f30b85f998234853433d2fca7b17e1..810f6d45040042b63d6ddd16f789bfb08b8a14ec 100644 (file)
@@ -18,7 +18,7 @@
 ;;; along with Mudsync.  If not, see <http://www.gnu.org/licenses/>.
 
 (define-module (mudsync)
-  #:use-module (8sync systems actors)
+  #:use-module (8sync actors)
   #:use-module (8sync agenda)
   #:use-module (ice-9 format)
   #:use-module (ice-9 match)
@@ -35,8 +35,7 @@
         command
         player
         room
-        run-game
-        thing))
+        run-game))
 
     (for-each (let ((i (module-public-interface (current-module))))
                 (lambda (m)