X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame_em%2Fmain_em.h;h=f54f5d407ae67be4055e9323f44a8b2be7bc349c;hp=38320ef693fc0637e9a89d959767fb41e01d9ebf;hb=f47cd4b09952aaf95d16542f6b53f2d8bf9e1d7d;hpb=6f6af05b1d4b9671bc115ab9ab2fa3b9d516a652 diff --git a/src/game_em/main_em.h b/src/game_em/main_em.h index 38320ef6..f54f5d40 100644 --- a/src/game_em/main_em.h +++ b/src/game_em/main_em.h @@ -449,9 +449,9 @@ enum SAMPLE_acid, /* acid splashes */ SAMPLE_ball, /* ball places something */ SAMPLE_grow, /* growing wall grows */ - SAMPLE_wonder, /* wonderwall moves (is active) */ - SAMPLE_door, /* player goes thru door */ - SAMPLE_exit, /* player goes in exit */ + SAMPLE_wonder, /* wonderwall is active */ + SAMPLE_door, /* player goes thru door (gate) */ + SAMPLE_exit, /* player goes into exit */ SAMPLE_dynamite, /* player places dynamite */ SAMPLE_tick, /* dynamite ticks */ SAMPLE_press, /* player presses wheel/wind/switch */