From: rexim Date: Sat, 13 Oct 2018 23:05:45 +0000 (+0700) Subject: TODO(#404) X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=f5549bbac315b3e6fb7ec8b566598cfe60e2eaa8;p=nothing.git TODO(#404) --- diff --git a/src/game.c b/src/game.c index 9e29a6b3..0b43f3b4 100644 --- a/src/game.c +++ b/src/game.c @@ -261,7 +261,7 @@ static int game_event_running(Game *game, const SDL_Event *event) case SDLK_BACKQUOTE: game->state = GAME_STATE_CONSOLE; - /* TODO: when console is enabled a backquote pressed event sneaks into edit_field a gets inserted */ + /* TODO(#404): when console is enabled a backquote pressed event sneaks into edit_field a gets inserted */ console_slide_down(game->console); break; }