mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
fully externalize bQueenLosingControlOfSector
This commit is contained in:
committed by
majcosta
parent
e5d25810f6
commit
7d9cd87da8
@@ -555,7 +555,7 @@ difficultySettingsEndElementHandle(void *userData, const XML_Char *name)
|
||||
else if(strcmp(name, "QueenAttackLosingControlOfSector") == 0)
|
||||
{
|
||||
pData->curElement = ELEMENT;
|
||||
pData->curDifficultySettings.bQueenLosingControlOfSector = (BOOLEAN) atol(pData->szCharData);
|
||||
pData->curDifficultySettings.bQueenLosingControlOfSector = atoi(pData->szCharData);
|
||||
}
|
||||
else if(strcmp(name, "BloodcatAmbushSectors") == 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user