comparison mm7_2.cpp @ 256:c5e5c5146957

-novideo command arg
author Nomad
date Mon, 18 Feb 2013 09:16:47 +0200
parents d1af3319bc44
children 96f3a1177b37
comparison
equal deleted inserted replaced
255:0a37a56e9f02 256:c5e5c5146957
13409 bNoSound = true; //dword_6BE364_game_settings_1 |= 0x10; 13409 bNoSound = true; //dword_6BE364_game_settings_1 |= 0x10;
13410 13410
13411 bWalkSound = ReadWindowsRegistryInt("WalkSound", 1) != 0; 13411 bWalkSound = ReadWindowsRegistryInt("WalkSound", 1) != 0;
13412 if (wcsstr(pCmdLine, L"-nowalksound")) 13412 if (wcsstr(pCmdLine, L"-nowalksound"))
13413 bWalkSound = false;//dword_6BE364_game_settings_1 |= 0x20; 13413 bWalkSound = false;//dword_6BE364_game_settings_1 |= 0x20;
13414 if (wcsstr(pCmdLine, L"-noanim")) 13414 if (wcsstr(pCmdLine, L"-novideo"))
13415 { 13415 {
13416 dword_6BE364_game_settings_1 |= 0x40; 13416 dword_6BE364_game_settings_1 |= 0x40;
13417 bNoVideo = true; 13417 bNoVideo = true;
13418 } 13418 }
13419 if (wcsstr(pCmdLine, L"-nocd")) 13419 if (wcsstr(pCmdLine, L"-nocd"))