X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_em%2Femerald.h;h=37b75c66e4be259c95280bcb399c2eb87f05b814;hb=b6cfe769d172581822288020f19adf32b28cce42;hp=509f2f6939b4705f46b4cefc5760a264383095c0;hpb=6ae8e6bc0ec9e83d16f41583034f8e86a069513f;p=rocksndiamonds.git diff --git a/src/game_em/emerald.h b/src/game_em/emerald.h index 509f2f69..37b75c66 100644 --- a/src/game_em/emerald.h +++ b/src/game_em/emerald.h @@ -702,20 +702,6 @@ struct LEVEL int exit_x, exit_y; /* kludge for playing player exit sound */ - boolean android_eater; /* android clone data */ - boolean android_alien; - boolean android_bug; - boolean android_tank; - boolean android_emerald; - boolean android_diamond; - boolean android_stone; - boolean android_bomb; - boolean android_nut; - boolean android_spring; - boolean android_dynamite; - boolean android_balloon; - boolean android_amoeba; - short cavebuf[CAVE_BUFFER_WIDTH][CAVE_BUFFER_HEIGHT]; short nextbuf[CAVE_BUFFER_WIDTH][CAVE_BUFFER_HEIGHT]; short drawbuf[CAVE_BUFFER_WIDTH][CAVE_BUFFER_HEIGHT];