Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
MapInfoParser|libcommon: Typo
  • Loading branch information
danij-deng committed Jul 10, 2014
1 parent 2edf8cd commit 1295ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/plugins/common/src/mapinfo.cpp
Expand Up @@ -207,7 +207,7 @@ class MapInfoParser
parseMap(defaultMap);
continue;
}
if(!Str_CompareIgnoreCase(lexer.token(), "addefaultmap")) // ZDoom
if(!Str_CompareIgnoreCase(lexer.token(), "adddefaultmap")) // ZDoom
{
// As per 'defaultmap' but additive.
if(!defaultMap)
Expand Down

0 comments on commit 1295ba9

Please sign in to comment.