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

Fix spacing irregularities

This commit is contained in:
David Cernat 2016-11-21 23:40:50 +02:00
parent d4b5c826f8
commit 9e290ad799
10 changed files with 14 additions and 17 deletions

View file

@ -237,7 +237,6 @@ int main(int argc, char *argv[])
thrQuery = thread(queryThread, mclient); thrQuery = thread(queryThread, mclient);
} }
int code = networking.mainLoop(); int code = networking.mainLoop();
RakNet::RakPeerInterface::DestroyInstance(peer); RakNet::RakPeerInterface::DestroyInstance(peer);

View file

@ -53,8 +53,6 @@ namespace mwmp
void prepareAttack(Attack::TYPE type, bool state); void prepareAttack(Attack::TYPE type, bool state);
private: private:
Networking *getNetworking(); Networking *getNetworking();
MWWorld::Ptr getPlayerPtr(); MWWorld::Ptr getPlayerPtr();