]> git.lizzy.rs Git - nothing.git/commitdiff
Add TODO(#819)
authorrexim <reximkut@gmail.com>
Sat, 27 Apr 2019 17:43:38 +0000 (00:43 +0700)
committerrexim <reximkut@gmail.com>
Sat, 27 Apr 2019 17:43:38 +0000 (00:43 +0700)
src/game/level.c

index c1fbce27674ab21c17aa26918022f05a68136058..9c07603946d12d1de0a785e65c7d37311d7b1c10 100644 (file)
@@ -52,7 +52,7 @@ struct Level
     Boxes *boxes;
     // TODO(#818): LevelEditor does not support Labels
     Labels *labels;
-    // TODO: LevelEditor does not support Regions
+    // TODO(#819): LevelEditor does not support Regions
     Regions *regions;
 
     bool edit_mode;