mirror of
https://github.com/ENSL/NS.git
synced 2024-11-10 07:11:38 +00:00
nsversion added newline
This commit is contained in:
parent
68548a7af1
commit
4625887633
1 changed files with 1 additions and 1 deletions
|
@ -1500,7 +1500,7 @@ void NsVersion(void)
|
|||
//memset(theGameVersion, 0, 1024);
|
||||
strcpy(theGameVersion, theGameVersionString.c_str());
|
||||
|
||||
gEngfuncs.Con_Printf("%s %s", kAvHGameAcronymn, theGameVersion);
|
||||
gEngfuncs.Con_Printf("%s %s\n", kAvHGameAcronymn, theGameVersion);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue