mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-29 23:42:08 +00:00
- fixed error when Steam config cannot be opened
https://forum.zdoom.org/viewtopic.php?t=68193
This commit is contained in:
parent
75c880a3b3
commit
e6431a756b
1 changed files with 1 additions and 2 deletions
|
@ -118,8 +118,7 @@ static TArray<FString> ParseSteamRegistry(const char* path)
|
||||||
|
|
||||||
// Read registry data
|
// Read registry data
|
||||||
FScanner sc;
|
FScanner sc;
|
||||||
sc.OpenFile(path);
|
if (sc.OpenFile(path))
|
||||||
//if (sc.Sc)
|
|
||||||
{
|
{
|
||||||
sc.SetCMode(true);
|
sc.SetCMode(true);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue