- fixed incorrect setup in Blood map loader.

This commit is contained in:
Christoph Oelckers 2023-09-23 21:13:03 +02:00
parent a703acea00
commit 615267dbd4

View file

@ -655,7 +655,7 @@ void dbLoadMap(const char* pPath, DVector3& pos, short* pAngle, sectortype** cur
}
else
{
pXSector->waitTimeB = pXSector->busyTimeA;
pXSector->waitTimeB = pXSector->waitTimeA;
pXSector->waitTimeA = 0;
pXSector->reTriggerB = 1;
}