X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fconf_snd.c;h=5d6df8a2626d14c03f56c0588c243e059034bbcd;hb=50e762bca8b7cbca1d0a12674b559e81a4f2c3f9;hp=0edf618145cc87b3b0ea0fc1e961a2572c2c1028;hpb=a22676a142a724a5e276c6771156e7d84190a643;p=rocksndiamonds.git diff --git a/src/conf_snd.c b/src/conf_snd.c index 0edf6181..5d6df8a2 100644 --- a/src/conf_snd.c +++ b/src/conf_snd.c @@ -380,5 +380,17 @@ struct ConfigInfo sound_config[] = { "background.titlemessage_4", UNDEFINED_FILENAME }, { "background.titlemessage_5", UNDEFINED_FILENAME }, + + // ========================================================================== + // non-sound definitions + // ========================================================================== + + // the following directives are not associated with a sound, but + // probably make sense to be defined in "soundsinfo.conf", too + + // keyword to start parser: "CONFIG_VARS_START" <-- do not change! + + { "game.use_native_bd_sound_engine", "false" }, + { NULL, NULL } };