- Blood: Declare qavGetInterpType() as static within qav.cpp.

This commit is contained in:
Mitchell Richters 2021-08-23 21:00:45 +10:00
parent 276c000f9f
commit 4ffd02b1e1

View file

@ -95,7 +95,7 @@ static void qavInitTileFinderMap()
});
}
QAVPrevTileFinder qavGetInterpType(const FString& type)
static QAVPrevTileFinder qavGetInterpType(const FString& type)
{
if (!qavPrevTileFinders.CountUsed()) qavInitTileFinderMap();
return *qavPrevTileFinders.CheckKey(type);