X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fgame_em%2Fsample.h;h=90c45a9ba54e5bb95b0d7b858d9b3e12c96c6334;hb=51dcb2097c619c5f9ba924a7edb4a3bdd6a6986e;hp=e19af75b4b3ecbceeb0f2fd0f711dfe6bc10aaa6;hpb=4fe9164460ddbdc1077604bac5c418f02fd8fa2b;p=rocksndiamonds.git diff --git a/src/game_em/sample.h b/src/game_em/sample.h index e19af75b..90c45a9b 100644 --- a/src/game_em/sample.h +++ b/src/game_em/sample.h @@ -15,10 +15,12 @@ enum SAMPLE_crack, /* stone hits nut */ SAMPLE_bug, /* bug moves */ SAMPLE_tank, /* tank moves */ - SAMPLE_android, /* android places something */ + SAMPLE_android_clone, /* android places something */ + SAMPLE_android_move, /* android moves */ SAMPLE_spring, /* spring hits ground/wall/bumper, stone hits spring */ SAMPLE_slurp, /* spring kills alien */ - SAMPLE_eater, /* eater sits/eats diamond */ + SAMPLE_eater, /* eater sits */ + SAMPLE_eater_eat, /* eater eats diamond */ SAMPLE_alien, /* alien moves */ SAMPLE_collect, /* player collects object */ SAMPLE_diamond, /* diamond/emerald hits ground */ @@ -32,7 +34,8 @@ enum SAMPLE_grow, /* growing wall grows */ SAMPLE_wonder, /* wonderwall moves (is active) */ SAMPLE_door, /* player goes thru door */ - SAMPLE_exit, /* player goes in exit */ + SAMPLE_exit_open, /* exit opens */ + SAMPLE_exit_leave, /* player goes into exit */ SAMPLE_dynamite, /* player places dynamite */ SAMPLE_tick, /* dynamite ticks */ SAMPLE_press, /* player presses wheel/wind/switch */