diff options
author | Boutade <thegoofist@protonmail.com> | 2019-10-18 18:31:47 -0500 |
---|---|---|
committer | Boutade <thegoofist@protonmail.com> | 2019-10-18 18:31:47 -0500 |
commit | 2e84bcc4be74da0fd1fcd439dee05c1341cd1c54 (patch) | |
tree | 437d95b60bb4f1ebd9f19b8f00d76033ee8bf50f /assets.lisp | |
parent | 0538cbdfb2dfe899cabd706d1681798e60946b69 (diff) |
a version of coffee sequence
Diffstat (limited to 'assets.lisp')
-rw-r--r-- | assets.lisp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/assets.lisp b/assets.lisp index 413d5a4..b375c5b 100644 --- a/assets.lisp +++ b/assets.lisp @@ -145,7 +145,6 @@ (setf *speech-bubble-texture* (make-texture-from-file renderer +speechbubble-image+)) - (unless *harmony-initialized-p* (harmony-simple:initialize) (setf *looking-up-track* (harmony-simple:play +things-look-up-track-path+ :music :loop t)) |