mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-29 14:17:57 +03:00
Moved eController to Entities.h
This commit is contained in:
parent
8ea32fee31
commit
0b2a0634f5
4 changed files with 10 additions and 8 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue