- reverted r2089 because it didn't do what it was supposed to.

SVN r2091 (trunk)
This commit is contained in:
Christoph Oelckers 2010-01-03 00:13:37 +00:00
commit 6b5089e53f
2 changed files with 0 additions and 2 deletions

View file

@ -1642,7 +1642,6 @@ static FString ParseGameInfo(TArray<FString> &pwads, const char *fn, const char
const char *lastSlash = strrchr (fn, '/');
sc.OpenMem("GAMEINFO", data, size);
sc.SetCMode(true);
while(sc.GetToken())
{
sc.TokenMustBe(TK_Identifier);