]> git.lizzy.rs Git - nothing.git/commitdiff
Add TODO(#498)
authorrexim <reximkut@gmail.com>
Sat, 10 Nov 2018 18:24:42 +0000 (01:24 +0700)
committerrexim <reximkut@gmail.com>
Sat, 10 Nov 2018 18:24:42 +0000 (01:24 +0700)
src/game/level/script.c

index 5e4794abf9cef80ac9051424e08314094cb465df..bae1b90f200a5d5f1641fc65c8556564fd865467 100644 (file)
@@ -41,7 +41,7 @@ show_goal(void *param, Gc *gc, struct Scope *scope, struct Expr args)
     assert(scope);
     (void) args;
 
-    /* TODO: show_goal is not implemented */
+    /* TODO(#498): show_goal is not implemented */
 
     return eval_success(NIL(gc));
 }