X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_em%2Fsample.h;h=90c45a9ba54e5bb95b0d7b858d9b3e12c96c6334;hb=5131f9e651b6221589252400ac8036fe4abb1d0b;hp=e19af75b4b3ecbceeb0f2fd0f711dfe6bc10aaa6;hpb=f47cd4b09952aaf95d16542f6b53f2d8bf9e1d7d;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 */