mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-05 04:19:46 +00:00
[Client] Fix warnings related to declarations
This commit is contained in:
parent
1f0cb09933
commit
5a852fe6db
3 changed files with 2 additions and 5 deletions
|
@ -9,6 +9,8 @@
|
||||||
|
|
||||||
#include "../mwworld/manualref.hpp"
|
#include "../mwworld/manualref.hpp"
|
||||||
|
|
||||||
|
#include "DedicatedPlayer.hpp"
|
||||||
|
|
||||||
#include <map>
|
#include <map>
|
||||||
#include <RakNetTypes.h>
|
#include <RakNetTypes.h>
|
||||||
|
|
||||||
|
@ -19,8 +21,6 @@ namespace MWMechanics
|
||||||
|
|
||||||
namespace mwmp
|
namespace mwmp
|
||||||
{
|
{
|
||||||
struct DedicatedPlayer;
|
|
||||||
|
|
||||||
class PlayerList
|
class PlayerList
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
|
@ -19,7 +19,6 @@ namespace mwmp
|
||||||
LOG_MESSAGE_SIMPLE(TimedLog::LOG_INFO, "Received ID_CELL_RESET");
|
LOG_MESSAGE_SIMPLE(TimedLog::LOG_INFO, "Received ID_CELL_RESET");
|
||||||
|
|
||||||
CellController* cellController = Main::get().getCellController();
|
CellController* cellController = Main::get().getCellController();
|
||||||
MWBase::World * world = MWBase::Environment::get().getWorld();
|
|
||||||
|
|
||||||
mwmp::Main::get().getNetworking()->getWorldstate()->resetCells(&worldstate.cellsToReset);
|
mwmp::Main::get().getNetworking()->getWorldstate()->resetCells(&worldstate.cellsToReset);
|
||||||
}
|
}
|
||||||
|
|
|
@ -135,8 +135,6 @@ namespace MWScript
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
MWWorld::ContainerStore& store = ptr.getClass().getContainerStore(ptr);
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Start of tes3mp change (major)
|
Start of tes3mp change (major)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue