]> git.lizzy.rs Git - nothing.git/commitdiff
Add TODO(#1071)
authorrexim <reximkut@gmail.com>
Thu, 19 Sep 2019 04:41:14 +0000 (11:41 +0700)
committerrexim <reximkut@gmail.com>
Thu, 19 Sep 2019 04:41:14 +0000 (11:41 +0700)
src/game.c

index 62d8c1d2b7471c8472099bbd20300a2c30a4c3fa..0e0e765fa8e34b34003b9821356ccacad39b1ab0 100644 (file)
@@ -251,7 +251,7 @@ int game_update(Game *game, float delta_time)
                 return -1;
             }
 
-            //TODO: Move level picker volume update to a more appropriate place
+            //TODO(#1071): Move level picker volume update to a more appropriate place
             sound_samples_update_volume(game->sound_samples, level_picker_get_volume(game->level_picker));
             game_switch_state(game, GAME_STATE_LEVEL);
         }