X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_bd%2Fbd_elements.h;h=34945ec73b6e295a0c15646209bb785b40f6ca9f;hb=3b292f6abf8f677bbfdbd9b583c54113b8e64959;hp=ab5d5fc5800163eeb2f38da4d454357b504931fa;hpb=93a37840d8ff4a84fc878f148e3abfeecb701821;p=rocksndiamonds.git diff --git a/src/game_bd/bd_elements.h b/src/game_bd/bd_elements.h index ab5d5fc5..34945ec7 100644 --- a/src/game_bd/bd_elements.h +++ b/src/game_bd/bd_elements.h @@ -190,9 +190,16 @@ typedef enum _element O_PRE_PL_3, O_PLAYER, O_PLAYER_BOMB, + O_PLAYER_ROCKET_LAUNCHER, O_PLAYER_GLUED, O_PLAYER_STIRRING, + O_ROCKET_LAUNCHER, + O_ROCKET_1, + O_ROCKET_2, + O_ROCKET_3, + O_ROCKET_4, + O_BOMB, O_BOMB_TICK_1, O_BOMB_TICK_2, @@ -275,6 +282,8 @@ typedef enum _element O_PLAYER_TAP, O_PLAYER_BLINK, O_PLAYER_TAP_BLINK, + O_PLAYER_PUSH_LEFT, + O_PLAYER_PUSH_RIGHT, O_CREATURE_SWITCH_ON, O_EXPANDING_WALL_SWITCH_HORIZ, O_EXPANDING_WALL_SWITCH_VERT,