From 42ee0c4a26ae5e3ed868b712a16fe9bf943fd089 Mon Sep 17 00:00:00 2001 From: Sara Date: Mon, 22 May 2023 08:15:40 +0200 Subject: [PATCH] fixed error in comment --- src/game.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game.c b/src/game.c index 95016d2..81b040f 100644 --- a/src/game.c +++ b/src/game.c @@ -30,7 +30,7 @@ void on_click(int down) { } void start_game() { - // called when the game first run + // called when the game is done initializing the backend and ready to start g_active_view.width = 21; add_key_listener(SDL_SCANCODE_UNKNOWN, SDL_SCANCODE_Q, &on_quit_key); add_key_listener(SDL_SCANCODE_S, SDL_SCANCODE_W, &on_horizontal);