X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Finit.c;h=0e1fc339e647669f08750afa9b4a67888a66e916;hb=4f6fe351c7b605d97c1ba8f482fb72e467dc19cb;hp=41bdc3604a698e15300013591b71861fd74cabd9;hpb=c9433eab5c4317ed4f89164b386a7d33562e29be;p=rocksndiamonds.git diff --git a/src/init.c b/src/init.c index 41bdc360..0e1fc339 100644 --- a/src/init.c +++ b/src/init.c @@ -1680,10 +1680,11 @@ void Execute_Debug_Command(char *command) { if (strcmp(command, "create graphicsinfo.conf") == 0) { - printf("# (Currently only the \"name\" directive is recognized.)\n"); + printf("# (Currently only \"name\" and \"sort_priority\" recognized.)\n"); printf("\n"); printf("%s\n", getFormattedSetupEntry("name", "Classic Graphics")); printf("\n"); + printf("%s\n", getFormattedSetupEntry("sort_priority", "100")); } else if (strcmp(command, "create soundsinfo.conf") == 0) { @@ -1694,6 +1695,8 @@ void Execute_Debug_Command(char *command) printf("\n"); printf("%s\n", getFormattedSetupEntry("name", "Classic Sounds")); printf("\n"); + printf("%s\n", getFormattedSetupEntry("sort_priority", "100")); + printf("\n"); for (i=0; i