mirror of
https://github.com/rehlds/ReHLDS.git
synced 2025-09-18 19:39:49 +03:00
ReHLDS API version print by "version" command
This commit is contained in:
parent
cb74311375
commit
8b66bc9f27
1 changed files with 1 additions and 0 deletions
|
@ -2426,6 +2426,7 @@ void Host_Changelevel2_f(void)
|
|||
void Host_Version_f(void)
|
||||
{
|
||||
Con_Printf("Protocol version %i\nExe version %s (%s)\n", PROTOCOL_VERSION, gpszVersionString, gpszProductString);
|
||||
Con_Printf("ReHLDS API version %i.%i\n", REHLDS_API_VERSION_MAJOR, REHLDS_API_VERSION_MINOR);
|
||||
#ifdef REHLDS_FIXES
|
||||
Con_Printf("Exe build: " __TIME__ " " __DATE__ " (%i)\n", build_number());
|
||||
#else // REHLDS_FIXES
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue