diff options
Diffstat (limited to 'assets.lisp')
-rw-r--r-- | assets.lisp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/assets.lisp b/assets.lisp index 7109559..823d99b 100644 --- a/assets.lisp +++ b/assets.lisp @@ -87,6 +87,7 @@ (defun free-assets () + (harmony-simple:stop *current-track*) (sdl2:destroy-texture *nance-texture*) (sdl2:destroy-texture *normy-texture*) (sdl2:destroy-texture *suit-texture*)) |