clang format

This commit is contained in:
Tal Hayon 2022-01-01 02:25:27 +02:00
parent 442206651d
commit 1ff79f2c7e
1 changed files with 1 additions and 2 deletions

View File

@ -276,8 +276,7 @@ NONMATCH("./asm/getEmptyEntity.s", Entity* GetEmptyEntity()) {
currentEnt = listPtr->first; currentEnt = listPtr->first;
nextList = listPtr + 1; nextList = listPtr + 1;
while ((u32)currentEnt != (u32)listPtr) { while ((u32)currentEnt != (u32)listPtr) {
if (currentEnt->kind != MANAGER if (currentEnt->kind != MANAGER && flags_ip < (currentEnt->flags & 0x1c) &&
&& flags_ip < (currentEnt->flags & 0x1c) &&
gUpdateContext.current_entity != currentEnt) { gUpdateContext.current_entity != currentEnt) {
flags_ip = currentEnt->flags & 0x1c; flags_ip = currentEnt->flags & 0x1c;
rv = currentEnt; rv = currentEnt;