Home
last modified time | relevance | path

Searched refs:losSqSize (Results 1 – 1 of 1) sorted by relevance

/dports/games/spring/spring_98.0/rts/Map/
H A DReadMap.cpp518 const int losSqSize = losHandler->losDiv / SQUARE_SIZE; // size of LOS square in heightmap coords in HeightMapUpdateLOSCheck() local
522 const int hmz = lmz * losSqSize; in HeightMapUpdateLOSCheck()
523 int hmx = lm.x1 * losSqSize; in HeightMapUpdateLOSCheck()
525 SRectangle subrect(hmx, hmz, hmx, hmz + losSqSize); in HeightMapUpdateLOSCheck()
530 subrect = SRectangle(hmx + losSqSize, hmz, hmx + losSqSize, hmz + losSqSize); \ in HeightMapUpdateLOSCheck()
532 subrect.x1 = hmx + losSqSize; \ in HeightMapUpdateLOSCheck()
533 subrect.x2 = hmx + losSqSize; \ in HeightMapUpdateLOSCheck()
537 hmx = lmx * losSqSize; in HeightMapUpdateLOSCheck()
552 subrect.x2 = hmx + losSqSize; in HeightMapUpdateLOSCheck()