From f5549bbac315b3e6fb7ec8b566598cfe60e2eaa8 Mon Sep 17 00:00:00 2001 From: rexim Date: Sun, 14 Oct 2018 06:05:45 +0700 Subject: [PATCH] TODO(#404) --- src/game.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.44.0