mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 15:21:51 +00:00
dumpmapthings CCMD: Missing line break after "none".
This commit is contained in:
parent
f02b52ef28
commit
d7a04b9e98
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ CCMD (dumpmapthings)
|
|||
}
|
||||
else
|
||||
{
|
||||
Printf("%6d none", infos[i]->Key);
|
||||
Printf("%6d none\n", infos[i]->Key);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue