Home
last modified time | relevance | path

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

/dports/games/spring/spring_98.0/rts/Map/
H A DReadMap.h71 void UpdateHeightMapSynced(SRectangle rect, bool initialize = false);
H A DReadMap.cpp234 UpdateHeightMapSynced(SRectangle(0, 0, gs->mapx, gs->mapy), true); in Initialize()
312 void CReadMap::UpdateHeightMapSynced(SRectangle rect, bool initialize) in UpdateHeightMapSynced() function in CReadMap
H A DBasicMapDamage.cpp199 readMap->UpdateHeightMapSynced(SRectangle(x1, y1, x2, y2)); in RecalcArea()