Rename lightmap fields to surface as it is being used for more than lightmaps now

This commit is contained in:
Magnus Norddahl 2023-10-25 18:43:36 +02:00
commit 9f963e2c06
10 changed files with 55 additions and 55 deletions

View file

@ -281,8 +281,8 @@ void DoomLevelMesh::DumpMesh(const FString& objFilename, const FString& mtlFilen
return "upperside";
case ST_MIDDLESIDE:
return "middleside";
case ST_UNKNOWN:
return "unknown";
case ST_NONE:
return "none";
default:
break;
}