nsversion added newline

This commit is contained in:
pierow 2021-02-08 05:45:24 -05:00
parent 68548a7af1
commit 4625887633
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
/*