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

index c38da85a271ac21f027c401076c0513be2568348..415933dc888501e880329d5c91b3a1148bd99902 100644 (file)
@@ -45,7 +45,7 @@ struct Level
     Platforms *platforms;
     // TODO(#815): LevelEditor does not support Goals
     Goals *goals;
-    // TODO: LevelEditor does not support Lava
+    // TODO(#816): LevelEditor does not support Lava
     Lava *lava;
     // TODO: LevelEditor does not support Back Platfrosm
     Platforms *back_platforms;