mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-02-16 17:21:10 +00:00
add master levels to game list for steam
This commit is contained in:
parent
a11346cf66
commit
06af5f2164
2 changed files with 4 additions and 2 deletions
|
@ -163,7 +163,8 @@ static struct SteamAppInfo
|
|||
{"Strife", 317040},
|
||||
{"Ultimate Doom/rerelease/DOOM_Data/StreamingAssets", 2280},
|
||||
{"Doom 2/rerelease/DOOM II_Data/StreamingAssets", 2300},
|
||||
{"Doom 2/finaldoombase", 2300}
|
||||
{"Doom 2/finaldoombase", 2300},
|
||||
{"Master Levels of Doom/doom2", 9160}
|
||||
};
|
||||
|
||||
TArray<FString> I_GetSteamPath()
|
||||
|
|
|
@ -295,7 +295,8 @@ TArray<FString> I_GetSteamPath()
|
|||
"Strife",
|
||||
"Ultimate Doom/rerelease/DOOM_Data/StreamingAssets",
|
||||
"Doom 2/rerelease/DOOM II_Data/StreamingAssets",
|
||||
"Doom 2/finaldoombase"
|
||||
"Doom 2/finaldoombase",
|
||||
"Master Levels of Doom/doom2"
|
||||
};
|
||||
|
||||
FString steamPath;
|
||||
|
|
Loading…
Reference in a new issue