add semi-colons to macros consistently

This commit is contained in:
Aaron Kimbre
2022-08-05 08:40:12 -05:00
parent 88f316bf93
commit 9e4ce24fd2
8 changed files with 332 additions and 332 deletions

View File

@@ -31,10 +31,10 @@ using namespace std;
void GameMessageHandler::HandleMessage(RakNet::BitStream* inStream, const SystemAddress& sysAddr, LWOOBJID objectID, GAME_MSG messageID) {
CBITSTREAM
CBITSTREAM;
// Get the entity
Entity* entity = EntityManager::Instance()->GetEntity(objectID);
// Get the entity
Entity* entity = EntityManager::Instance()->GetEntity(objectID);
User* usr = UserManager::Instance()->GetUser(sysAddr);

File diff suppressed because it is too large Load Diff