From be038a73ec9bad4cbb2b4dc7fb5f75c7c6166c38 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Thu, 19 Jul 2018 05:21:39 +0200 Subject: reaper: Remove unused property. --- scenes/game.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'scenes/game.scm') diff --git a/scenes/game.scm b/scenes/game.scm index c14dd33..4adf765 100644 --- a/scenes/game.scm +++ b/scenes/game.scm @@ -114,8 +114,7 @@ #:frame-duration 10))) -(define-class () - (talking #:accessor talking #:init-form #f)) +(define-class ()) (define-asset reaper-atlas (load-atlas "assets/images/reaper.png" 32 32)) -- cgit v1.2.3