From: Holger Schemel Date: Wed, 6 Mar 2024 08:08:30 +0000 (+0100) Subject: fixed comment X-Git-Tag: 4.4.0.0-test-1~252 X-Git-Url: https://git.artsoft.org/?a=commitdiff_plain;h=8cc8d4a61930548b96a88484766bee4b6d03242a;p=rocksndiamonds.git fixed comment --- diff --git a/src/game_bd/bd_gameplay.c b/src/game_bd/bd_gameplay.c index 6588fd8e..9f1d96e6 100644 --- a/src/game_bd/bd_gameplay.c +++ b/src/game_bd/bd_gameplay.c @@ -605,7 +605,7 @@ void play_game_func(GdGame *game, int action) switch (state) { case GD_GAME_CAVE_LOADED: - // select colors, prepare drawing etc. + // scroll to start position gd_scroll_to_origin(); // fill whole screen with black - cave might be smaller than previous!