1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-23 18:39:41 +00:00

silenced a warning and removed some tabs

This commit is contained in:
Marc Zinnschlag 2011-10-29 09:55:22 +02:00
parent 33ecd8b66c
commit 583e7221ef
2 changed files with 8 additions and 8 deletions

View file

@ -176,8 +176,8 @@ namespace MWWorld
const Files::Collections& fileCollections, const Files::Collections& fileCollections,
const std::string& master, const boost::filesystem::path& resDir, const std::string& master, const boost::filesystem::path& resDir,
bool newGame, Environment& environment, const std::string& encoding) bool newGame, Environment& environment, const std::string& encoding)
: mRendering (renderer,resDir), mPlayer (0), mLocalScripts (mStore), mGlobalVariables (0), : mRendering (renderer,resDir), mDebugging(physEng), mPlayer (0), mLocalScripts (mStore), mGlobalVariables (0),
mSky (false), mEnvironment (environment), mNextDynamicRecord (0), mCells (mStore, mEsm, *this), mDebugging(physEng) mSky (false), mEnvironment (environment), mNextDynamicRecord (0), mCells (mStore, mEsm, *this)
{ {
std::cout << "Creating myworld\n"; std::cout << "Creating myworld\n";
mPhysEngine = physEng; mPhysEngine = physEng;