compiling PetSystem.cpp
compiling cmd.cpp
compiling cmd_emotion.cpp
compiling cmd_general.cpp
battle.cpp:100:2: warning: misleading indentation; statement is not part of the previous 'if' [-Wmisleading-indentation]
100 | if (victim->IsDead() || victim->IsObserverMode())
| ^
battle.cpp:96:4: note: previous statement is here
96 | if (victim->IsGM())
| ^
compiling cmd_gm.cpp
compiling cmd_oxevent.cpp
compiling config.cpp
compiling constants.cpp
compiling crc32.cpp
1 warning generated.
char_battle.cpp:224:2: compiling cube.cpp
warning: misleading indentation; statement is not part of the previous 'if' [-Wm isleading-indentation]
224 | DWORD dwCurrentTime = get_dword_time();
| ^
char_battle.cpp:219:5: note: previous statement is here
219 | if (IsPC() && pkVictim->IsGM())
| ^
compiling db.cpp
compiling desc.cpp
compiling desc_client.cpp