forked from mirror/openmw-tes3mp
more cleanup
This commit is contained in:
parent
a70e582ae2
commit
53e1d0e7e7
1 changed files with 0 additions and 4 deletions
|
@ -308,7 +308,6 @@ namespace MWWorld
|
||||||
void World::playerCellChange (Ptr::CellStore *cell, const ESM::Position& position,
|
void World::playerCellChange (Ptr::CellStore *cell, const ESM::Position& position,
|
||||||
bool adjustPlayerPos)
|
bool adjustPlayerPos)
|
||||||
{
|
{
|
||||||
std::cout << "PlayerCellChange";
|
|
||||||
if (adjustPlayerPos)
|
if (adjustPlayerPos)
|
||||||
mPlayer->setPos (position.pos[0], position.pos[1], position.pos[2], false);
|
mPlayer->setPos (position.pos[0], position.pos[1], position.pos[2], false);
|
||||||
|
|
||||||
|
@ -454,8 +453,6 @@ namespace MWWorld
|
||||||
delete mPlayer;
|
delete mPlayer;
|
||||||
delete mSkyManager;
|
delete mSkyManager;
|
||||||
delete mGlobalVariables;
|
delete mGlobalVariables;
|
||||||
|
|
||||||
//delete mPhysEngine;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
MWWorld::Player& World::getPlayer()
|
MWWorld::Player& World::getPlayer()
|
||||||
|
@ -717,7 +714,6 @@ namespace MWWorld
|
||||||
|
|
||||||
void World::changeToExteriorCell (const ESM::Position& position)
|
void World::changeToExteriorCell (const ESM::Position& position)
|
||||||
{
|
{
|
||||||
std::cout << "to exterior cell";
|
|
||||||
int x = 0;
|
int x = 0;
|
||||||
int y = 0;
|
int y = 0;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue