mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-26 11:40:44 +00:00
- Blood: Declare qavGetInterpType()
as static within qav.cpp.
This commit is contained in:
parent
276c000f9f
commit
4ffd02b1e1
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue