mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-29 00:41:38 +02:00
Grail digging and construction.
Minor fixes.
This commit is contained in:
@ -96,7 +96,7 @@ void init()
|
||||
tlog0 << "\tInitializing minors: " << pomtime.getDif() << std::endl;
|
||||
{
|
||||
//read system options
|
||||
CLoadFile settings(GVCMIDirs.UserPath + "/config/sysopts.bin");
|
||||
CLoadFile settings(GVCMIDirs.UserPath + "/config/sysopts.bin", false);
|
||||
if(settings.sfile)
|
||||
{
|
||||
settings >> GDefaultOptions;
|
||||
|
Reference in New Issue
Block a user