X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_bd%2Fbd_gameplay.h;h=6cd016ec51308cb1c10126f37cb0c9d777ff4731;hb=0f4ca4876cd7e3ac7f05620a6d048f5cd7dac294;hp=4fb6ece48f342c0e3edd5ee17b00568f34938fbf;hpb=39b7d2aa3bad6aea82451547e22b7354c0328679;p=rocksndiamonds.git diff --git a/src/game_bd/bd_gameplay.h b/src/game_bd/bd_gameplay.h index 4fb6ece4..6cd016ec 100644 --- a/src/game_bd/bd_gameplay.h +++ b/src/game_bd/bd_gameplay.h @@ -92,7 +92,12 @@ 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 **gfx_buffer; /* contains the indexes to the cells; created by *start_level, deleted by *stop_game */ + int itercycle; + int itermax; + int itermax_last; int animcycle; int milliseconds_game; int milliseconds_anim;