mirror of
https://github.com/ZDoom/qzdoom-gpl.git
synced 2024-11-15 08:41:59 +00:00
- reverted r2089 because it didn't do what it was supposed to.
SVN r2091 (trunk)
This commit is contained in:
parent
1c2cc7bd3a
commit
6b5089e53f
2 changed files with 0 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
|||
January 2, 2010 (Changes by Graf Zahl)
|
||||
- fixed: The GAMEINFO parser needs to use C mode.
|
||||
- fixed: Polyobjects could contain segs that weren't flagged as such.
|
||||
- fixed: Trying to show a popup crashed in the SBARINFO code because of a
|
||||
missing NULL pointer check.
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue