- match cmdlib.cpp/.h with GZDoom.

This commit is contained in:
Christoph Oelckers 2020-04-11 23:39:40 +02:00
parent e2f5e8fe34
commit 6ef93ba514
32 changed files with 227 additions and 175 deletions

View file

@ -581,7 +581,6 @@ TArray<GrpInfo> ParseAllGrpInfos(TArray<FileEntry>& filelist)
{
TArray<GrpInfo> groups;
TMap<FString, uint32_t> CRCMap;
extern FString progdir;
// This opens the base resource only for reading the grpinfo from it which we need before setting up the game state.
std::unique_ptr<FResourceFile> engine_res;
FString baseres = progdir + ENGINERES_FILE;