forked from mirror/openmw-tes3mp
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);
|
||||
}
|
||||
|
||||
|
||||
int code = networking.mainLoop();
|
||||
|
||||
RakNet::RakPeerInterface::DestroyInstance(peer);
|
||||
|
|
|
@ -53,8 +53,6 @@ namespace mwmp
|
|||
|
||||
void prepareAttack(Attack::TYPE type, bool state);
|
||||
|
||||
|
||||
|
||||
private:
|
||||
Networking *getNetworking();
|
||||
MWWorld::Ptr getPlayerPtr();
|
||||
|
|
Loading…
Reference in a new issue