Home
last modified time | relevance | path

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

/dports/games/ivan/ivan-059/Main/Include/
H A Dgame.h374 static void SetCurrentWSquareMap(wsquare*** What) { CurrentWSquareMap = What; } in SetCurrentWSquareMap()
576 static wsquare*** CurrentWSquareMap; variable
/dports/games/ivan/ivan-059/Main/Source/
H A Dgame.cpp188 wsquare*** game::CurrentWSquareMap; member in game
850 CurrentWSquareMap = WorldMap->GetMap(); in Init()
2953 …if(!IsInWilderness() || CurrentWSquareMap[CursorPos.X][CursorPos.Y]->GetLastSeen() || GetSeeWholeM… in DrawEverythingNoBlit()
3553 CurrentWSquareMap = WorldMap->GetMap(); in Load()
4910 CurrentWSquareMap = WorldMap->GetMap(); in EnterArea()