Skip to content

Commit

Permalink
MapInfoParser|libcommon: ZDoom's 'Clusterdef.hub' is boolean
Browse files Browse the repository at this point in the history
Seemingly this is now working as expected. Tests with various real
world mods show that MAPINFOs in ZDoom-extended format now parse
without error and all supported values are extracted correctly.
  • Loading branch information
danij-deng committed Jul 10, 2014
1 parent 26b002d commit 5cac419
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion doomsday/plugins/common/src/mapinfo.cpp
Expand Up @@ -296,7 +296,6 @@ class MapInfoParser
}
if(!Str_CompareIgnoreCase(lexer.token(), "hub"))
{
lexer.readNumber();
continue;
}

Expand Down

0 comments on commit 5cac419

Please sign in to comment.