From 5cac4190d05fef8ceabd070e5b57509f5531ceec Mon Sep 17 00:00:00 2001 From: danij Date: Thu, 10 Jul 2014 05:15:19 +0100 Subject: [PATCH] MapInfoParser|libcommon: ZDoom's 'Clusterdef.hub' is boolean 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. --- doomsday/plugins/common/src/mapinfo.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/doomsday/plugins/common/src/mapinfo.cpp b/doomsday/plugins/common/src/mapinfo.cpp index fb46639a0a..6c6a5c4d9e 100644 --- a/doomsday/plugins/common/src/mapinfo.cpp +++ b/doomsday/plugins/common/src/mapinfo.cpp @@ -296,7 +296,6 @@ class MapInfoParser } if(!Str_CompareIgnoreCase(lexer.token(), "hub")) { - lexer.readNumber(); continue; }