mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-02-17 01:31:25 +00:00
- fixed compilation error
src\p_tags.cpp(302): error C2143: syntax error: missing ')' before '}'
This commit is contained in:
parent
e70d708163
commit
cb4548a160
1 changed files with 1 additions and 1 deletions
|
@ -298,7 +298,7 @@ CCMD(dumptags)
|
|||
{
|
||||
Printf("%s - %s\n", Level->MapName.GetChars(), Level->LevelName.GetChars());
|
||||
Level->tagManager.DumpTags();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue