- fixed compilation error

src\p_tags.cpp(302): error C2143: syntax error: missing ')' before '}'
This commit is contained in:
alexey.lysiuk 2019-01-09 10:01:08 +02:00
parent e70d708163
commit cb4548a160

View file

@ -298,7 +298,7 @@ CCMD(dumptags)
{
Printf("%s - %s\n", Level->MapName.GetChars(), Level->LevelName.GetChars());
Level->tagManager.DumpTags();
}
});
}
//-----------------------------------------------------------------------------