1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-03-05 01:19:43 +00:00

[Client] Fix warnings related to declarations

This commit is contained in:
David Cernat 2021-06-04 01:22:13 +02:00
parent 1f0cb09933
commit 5a852fe6db
3 changed files with 2 additions and 5 deletions

View file

@ -9,6 +9,8 @@
#include "../mwworld/manualref.hpp"
#include "DedicatedPlayer.hpp"
#include <map>
#include <RakNetTypes.h>
@ -19,8 +21,6 @@ namespace MWMechanics
namespace mwmp
{
struct DedicatedPlayer;
class PlayerList
{
public:

View file

@ -19,7 +19,6 @@ namespace mwmp
LOG_MESSAGE_SIMPLE(TimedLog::LOG_INFO, "Received ID_CELL_RESET");
CellController* cellController = Main::get().getCellController();
MWBase::World * world = MWBase::Environment::get().getWorld();
mwmp::Main::get().getNetworking()->getWorldstate()->resetCells(&worldstate.cellsToReset);
}

View file

@ -135,8 +135,6 @@ namespace MWScript
return;
}
MWWorld::ContainerStore& store = ptr.getClass().getContainerStore(ptr);
/*
Start of tes3mp change (major)