mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-22 20:21:13 +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
|
||||
FScanner sc;
|
||||
sc.OpenFile(path);
|
||||
//if (sc.Sc)
|
||||
if (sc.OpenFile(path))
|
||||
{
|
||||
sc.SetCMode(true);
|
||||
|
||||
|
|
Loading…
Reference in a new issue