Skip to content

Commit

Permalink
add master levels to game list for steam
Browse files Browse the repository at this point in the history
  • Loading branch information
RicardoLuis0 authored and coelckers committed Nov 2, 2023
1 parent a11346c commit 06af5f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/posix/i_steam.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
3 changes: 2 additions & 1 deletion src/win32/i_steam.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 06af5f2

Please sign in to comment.