X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame_em%2Fexport.h;h=efc02cc547bbad812d445c6b0e870fa085921559;hp=61e95b45451e3651b98f5e294c8abffaad05ea51;hb=f85e877642f788205d1414ab1f7eee29679386e6;hpb=f13a8935ca1a7eeb3406d02f49b2df1490504017 diff --git a/src/game_em/export.h b/src/game_em/export.h index 61e95b45..efc02cc5 100644 --- a/src/game_em/export.h +++ b/src/game_em/export.h @@ -665,6 +665,7 @@ struct GlobalInfo_EM struct GameInfo_EM { boolean any_player_moving; + boolean any_player_snapping; int last_moving_player; int last_player_direction[MAX_PLAYERS]; }; @@ -690,6 +691,7 @@ struct GraphicInfo_EM Bitmap *crumbled_bitmap; int crumbled_src_x, crumbled_src_y; int crumbled_border_size; + int crumbled_tile_size; boolean has_crumbled_graphics; boolean preserve_background;