mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 11:07:44 +00:00
CMapWorldInfo: Rename IsAreaVisted -> IsAreaVisted
Same thing, but without the typo.
This commit is contained in:
@@ -244,7 +244,7 @@ void CMapWorld::DrawAreas(const CMapWorld::CMapWorldDrawParms& parms, int selAre
|
||||
const zeus::CColor* outlineColor;
|
||||
const zeus::CColor* surfacePlayerColor;
|
||||
const zeus::CColor* outlinePlayerColor;
|
||||
if (mwInfo.IsAreaVisted(thisArea)) {
|
||||
if (mwInfo.IsAreaVisited(thisArea)) {
|
||||
alphaSurf = parms.GetAlphaSurfaceVisited();
|
||||
alphaOutline = parms.GetAlphaOutlineVisited();
|
||||
surfaceColor = &g_tweakAutoMapper->GetSurfaceVisitedColor();
|
||||
|
||||
Reference in New Issue
Block a user