X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fmain.c;h=7cb246320a9febf64a608a66fe714d4d98065ac8;hp=730b667fe0f00cd9bb6c35a59b9c73c72067f118;hb=ee0895b12e544444db37febb1242bcc8a72d6ad8;hpb=69eca5c908598155bf3f5d1fa74e73ff9e2bbbc9 diff --git a/src/main.c b/src/main.c index 730b667f..7cb24632 100644 --- a/src/main.c +++ b/src/main.c @@ -2773,7 +2773,9 @@ struct SoundActionProperties sound_action_properties[] = { ".attacking", ACTION_ATTACKING, TRUE }, /* other (non-loop) sound actions are optional */ +#if 0 { ".stepping", ACTION_MOVING, FALSE }, /* discrete moving */ +#endif { ".digging", ACTION_DIGGING, FALSE }, { ".collecting", ACTION_COLLECTING, FALSE }, { ".passing", ACTION_PASSING, FALSE },