mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-29 05:17:58 +03:00
Closing in on a windows build (not quite there yet)
git-svn-id: https://openmw.svn.sourceforge.net/svnroot/openmw/trunk@8 ea6a568a-9f4f-0410-981a-c910a81bb256
This commit is contained in:
parent
574196697d
commit
93b3054054
15 changed files with 166 additions and 70 deletions
|
@ -74,8 +74,12 @@ extern "C" int32_t cpp_configure()
|
|||
// You can skip this and use root.restoreConfig() to load configuration
|
||||
// settings if you were sure there are valid ones saved in ogre.cfg
|
||||
|
||||
//if(mRoot->showConfigDialog())
|
||||
if(mRoot->restoreConfig())
|
||||
// TODO: This should be controlled through the ini file. It's
|
||||
// sensible to open the dialoge the first time, and later only
|
||||
// open it when a command line parameter is given.
|
||||
|
||||
if(mRoot->showConfigDialog())
|
||||
//if(mRoot->restoreConfig())
|
||||
return 0;
|
||||
return 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue