X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_bd%2Fbd_gameplay.h;h=2ea5d8c4bfc1929f6cf9c0c3151a98211d5fc470;hb=ac8ca29d0e4dec7b621225457f6eb5179655ea14;hp=999c5e845ccc824955cc188430978ad6e6347060;hpb=75b1504db75bdf33cf6bfc8cd30145805ab66a2d;p=rocksndiamonds.git diff --git a/src/game_bd/bd_gameplay.h b/src/game_bd/bd_gameplay.h index 999c5e84..2ea5d8c4 100644 --- a/src/game_bd/bd_gameplay.h +++ b/src/game_bd/bd_gameplay.h @@ -77,7 +77,8 @@ typedef struct _gd_game int state_counter; // counter used to control the game flow, rendering of caves int **element_buffer; int **last_element_buffer; - int **dir_buffer; + int **dir_buffer_from; + int **dir_buffer_to; int **gfx_buffer; // contains the indexes to the cells; // created by *start_level, deleted by *stop_game int itercycle;