- changed all model related references to level.

This commit is contained in:
Christoph Oelckers 2019-01-29 02:18:19 +01:00
commit 473892dede
7 changed files with 19 additions and 18 deletions

View file

@ -383,9 +383,9 @@ int FVoxelModel::FindFrame(const char * name)
//
//===========================================================================
float FVoxelModel::getAspectFactor()
float FVoxelModel::getAspectFactor(FLevelLocals *Level)
{
return level.info->pixelstretch;
return Level->info->pixelstretch;
}
//===========================================================================