mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 23:01:59 +00:00
- unquoted strings should still work for GAMEINFO...
SVN r2074 (trunk)
This commit is contained in:
parent
90ea0c3f6f
commit
54283ee231
1 changed files with 1 additions and 1 deletions
|
@ -1656,7 +1656,7 @@ static FString ParseGameInfo(TArray<FString> &pwads, const char *fn, const char
|
|||
{
|
||||
do
|
||||
{
|
||||
sc.MustGetToken(TK_StringConst);
|
||||
sc.MustGetString();
|
||||
|
||||
// Try looking for the wad in the same directory as the .wad
|
||||
// before looking for it in the current directory.
|
||||
|
|
Loading…
Reference in a new issue