merge FileData and ResourceData.

This commit is contained in:
Christoph Oelckers 2023-12-10 22:30:54 +01:00
commit fe106d9bfe
38 changed files with 77 additions and 118 deletions

View file

@ -2599,7 +2599,7 @@ void G_ParseMapInfo (FString basemapinfo)
if (comp >= 0)
{
auto complvl = fileSystem.ReadFile(comp);
auto data = complvl.GetString();
auto data = complvl.string();
int length = fileSystem.FileLength(comp);
if (length == 7 && !strnicmp("vanilla", data, 7))
{