set MALL to enable bg music by default and fix mod filename

This commit is contained in:
Gered 2019-11-10 15:27:19 -05:00
parent 52bda3afe6
commit 35d43cd544

View file

@ -240,11 +240,11 @@ void ReadConfigFile(void)
char *s;
char rBuf[128];
ModSound = 0;
ModSound = 1;
ModPort = 0x220;
ModIRQ = 5;
ModDMA = 1;
strcpy(ModName,"MALL.MOD");
strcpy(ModName,"WALK.MOD");
fp = fopen("ack3d.cfg","rt");
if (fp == NULL)