mirror of
https://github.com/UOX3DevTeam/UOX3
synced 2026-08-13 12:27:04 -04:00
Also part of the version class changes
This commit is contained in:
parent
dde5472636
commit
5d8783a836
1 changed files with 5 additions and 2 deletions
|
|
@ -4,6 +4,9 @@
|
|||
// Slight modification on avotars fix (19/09/02)
|
||||
|
||||
#include "cHTMLSystem.h"
|
||||
#include "cVersionClass.h"
|
||||
|
||||
extern cVersionClass CVC;
|
||||
|
||||
cHTMLTemplate::cHTMLTemplate()
|
||||
{
|
||||
|
|
@ -45,9 +48,9 @@ void cHTMLTemplate::Process( void )
|
|||
}
|
||||
|
||||
// Version
|
||||
string Version = VER;
|
||||
string Version = CVC.GetVersion();
|
||||
Version += "(";
|
||||
Version += BUILD;
|
||||
Version += CVC.GetBuild();
|
||||
Version += ")";
|
||||
#ifdef __NT__
|
||||
Version += " [WIN32]";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue