]> git.lizzy.rs Git - nothing.git/commitdiff
Add TODO(#527)
authorrexim <reximkut@gmail.com>
Sun, 25 Nov 2018 17:07:41 +0000 (00:07 +0700)
committerrexim <reximkut@gmail.com>
Sun, 25 Nov 2018 17:07:41 +0000 (00:07 +0700)
levels/hide_jump_label.lisp

index e7fdb299f17ed6d258ad8fe00e50118337f85e8f..19b28dc73ab317009bb61712908139aafda24735 100644 (file)
@@ -1,7 +1,7 @@
 (set on-enter
      (lambda ()
        ;; TODO(#526): ebisp doesn't have `when`
-       ;; TODO: ebisp doesn't have `>`
+       ;; TODO(#527): ebisp doesn't have `>`
        (when (> (get-player-jump-count) 1)
          (hide-goal "label_space_to_jump"))))
 (set on-leave