- unquoted strings should still work for GAMEINFO...

SVN r2074 (trunk)
This commit is contained in:
Christoph Oelckers 2010-01-01 18:02:30 +00:00
parent 90ea0c3f6f
commit 54283ee231
1 changed files with 1 additions and 1 deletions

View File

@ -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.