]> git.lizzy.rs Git - nothing.git/commitdiff
TODO(#396)
authorrexim <reximkut@gmail.com>
Sat, 13 Oct 2018 18:17:05 +0000 (01:17 +0700)
committerrexim <reximkut@gmail.com>
Sat, 13 Oct 2018 18:17:05 +0000 (01:17 +0700)
src/game/level/region.c

index 231fe472172ace146bce70b313d731302b37f017..f2481cbdbecf99588306d1a0fa87adbf07a7b9c9 100644 (file)
@@ -76,7 +76,7 @@ void region_player_enter(Region *region, Player *player)
 {
     assert(region);
     assert(player);
-    /* TODO: region_player_enter is not implemented */
+    /* TODO(#396): region_player_enter is not implemented */
 }
 
 void region_player_leave(Region *region, Player *player)