From: Holger Schemel Date: Thu, 12 Sep 2024 22:12:54 +0000 (+0200) Subject: added comment X-Git-Tag: 4.4.0.0-test-4~255 X-Git-Url: https://git.artsoft.org/?a=commitdiff_plain;h=53aabd3a80666bf925dbe54fcafa384af9c4cbd5;p=rocksndiamonds.git added comment --- diff --git a/src/game_bd/bd_caveengine.c b/src/game_bd/bd_caveengine.c index 94bc3624..f57d422b 100644 --- a/src/game_bd/bd_caveengine.c +++ b/src/game_bd/bd_caveengine.c @@ -636,6 +636,7 @@ static inline boolean is_like_dirt(const GdCave *cave, const int x, const int y, return has_property(get_dir(cave, x, y, dir), P_DIRT); } +// store from/to directions in special buffers for smooth movement animations static inline void store_dir_buffer(GdCave *cave, const int x, const int y, const GdDirection dir) { int old_x = x;