diff options
Diffstat (limited to '2d')
-rw-r--r-- | 2d/game.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/2d/game.scm b/2d/game.scm index b25cd1d..d8eeb9b 100644 --- a/2d/game.scm +++ b/2d/game.scm @@ -17,7 +17,7 @@ ;;; Commentary: ;; -;; Game data structure. +;; The game loop. ;; ;;; Code: |