mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 07:12:02 +00:00
- fixed: the 'gameversion' console output was missing a trailing linefeed.
This commit is contained in:
parent
2d58a28cc3
commit
d786148ccf
1 changed files with 1 additions and 1 deletions
|
@ -422,7 +422,7 @@ CCMD (take)
|
|||
|
||||
CCMD (gameversion)
|
||||
{
|
||||
Printf ("%s @ %s\nCommit %s", GetVersionString(), GetGitTime(), GetGitHash());
|
||||
Printf ("%s @ %s\nCommit %s\n", GetVersionString(), GetGitTime(), GetGitHash());
|
||||
}
|
||||
|
||||
CCMD (print)
|
||||
|
|
Loading…
Reference in a new issue