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:
parent
d4b5c826f8
commit
9e290ad799
10 changed files with 14 additions and 17 deletions
|
@ -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);
|
||||||
|
|
|
@ -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();
|
||||||
|
|
Loading…
Reference in a new issue