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:
nkorslund 2008-07-05 18:59:54 +00:00
parent 574196697d
commit 93b3054054
15 changed files with 166 additions and 70 deletions

View file

@ -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;
}