X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_em%2Fsample.h;h=90c45a9ba54e5bb95b0d7b858d9b3e12c96c6334;hb=a765d70dda7da4500e7005ffa5913e24cd32c0fa;hp=f84531c22445f62f3ed3292b12875a4c8009f315;hpb=6f6af05b1d4b9671bc115ab9ab2fa3b9d516a652;p=rocksndiamonds.git diff --git a/src/game_em/sample.h b/src/game_em/sample.h index f84531c2..90c45a9b 100644 --- a/src/game_em/sample.h +++ b/src/game_em/sample.h @@ -3,6 +3,7 @@ #include "main_em.h" + #if 0 enum @@ -14,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 */ @@ -31,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 */