fix compile error

This commit is contained in:
jacob1 2016-01-31 22:59:29 -05:00
parent 36e8f6d900
commit 926f556bcc

View File

@ -586,7 +586,9 @@ void DoubleScreenDialog()
Client::Ref().SetPref("Scale", 1);
engine->SetScale(1);
engine->CloseWindow();
#ifdef WIN
LoadWindowPosition(1);
#endif
}
}
void EngineProcess()