From 54283ee2311ec25c55c7a8fa6e2ebc7503b1dfee Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Fri, 1 Jan 2010 18:02:30 +0000 Subject: [PATCH] - unquoted strings should still work for GAMEINFO... SVN r2074 (trunk) --- src/d_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/d_main.cpp b/src/d_main.cpp index 732cd6acd3..3de2bab7c4 100644 --- a/src/d_main.cpp +++ b/src/d_main.cpp @@ -1656,7 +1656,7 @@ static FString ParseGameInfo(TArray &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.