Mercurial > mm7
diff mm7_2.cpp @ 256:c5e5c5146957
-novideo command arg
author | Nomad |
---|---|
date | Mon, 18 Feb 2013 09:16:47 +0200 |
parents | d1af3319bc44 |
children | 96f3a1177b37 |
line wrap: on
line diff
--- a/mm7_2.cpp Mon Feb 18 09:14:26 2013 +0200 +++ b/mm7_2.cpp Mon Feb 18 09:16:47 2013 +0200 @@ -13411,7 +13411,7 @@ bWalkSound = ReadWindowsRegistryInt("WalkSound", 1) != 0; if (wcsstr(pCmdLine, L"-nowalksound")) bWalkSound = false;//dword_6BE364_game_settings_1 |= 0x20; - if (wcsstr(pCmdLine, L"-noanim")) + if (wcsstr(pCmdLine, L"-novideo")) { dword_6BE364_game_settings_1 |= 0x40; bNoVideo = true;