]> git.lizzy.rs Git - nothing.git/commitdiff
Add TODO(#633)
authorrexim <reximkut@gmail.com>
Sun, 13 Jan 2019 14:57:15 +0000 (21:57 +0700)
committerrexim <reximkut@gmail.com>
Sun, 13 Jan 2019 14:57:15 +0000 (21:57 +0700)
src/game/level/player.c

index b2d54fb9e86a1225e62acec453bd8c2e71c83540..c9e06d3ddb3040836003080bf0195e6a10cf2e49 100644 (file)
@@ -27,7 +27,7 @@ typedef enum Player_state {
     PLAYER_STATE_DYING
 } Player_state;
 
-/* TODO: Player's alive_body should be a body from RigidBodies */
+/* TODO(#633): Player's alive_body should be a body from RigidBodies */
 struct Player {
     Lt *lt;
     Player_state state;