diff options
author | Boutade <thegoofist@protonmail.com> | 2019-10-16 11:30:39 -0500 |
---|---|---|
committer | Boutade <thegoofist@protonmail.com> | 2019-10-16 11:30:39 -0500 |
commit | a81008aa9217ab1ea792d71451b2de3e683500f9 (patch) | |
tree | c9b9a72c20cfc395cc4ca4e02f8770c4af604078 /assets.lisp | |
parent | bbc957bb9dd1e8514e7d4e97bf1039d540a6d551 (diff) |
cleaning
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*)) |