Moved eController to Entities.h

This commit is contained in:
smallmodel 2023-08-14 19:21:07 +02:00
parent 8ea32fee31
commit 0b2a0634f5
No known key found for this signature in database
GPG key ID: A96F163ED4891440
4 changed files with 10 additions and 8 deletions

View file

@ -1608,7 +1608,7 @@ void DM_Manager::StopTeamRespawn(eController controller)
{
if (controller == CONTROLLER_AXIS) {
m_bAllowAxisRespawn = false;
} else if (controller == CONTROLLER_ALLIED) {
} else if (controller == CONTROLLER_ALLIES) {
m_bAllowAlliedRespawn = false;
}
}