added launcher, still need custom launcher to work.

oh and changed the buildnum to something better
This commit is contained in:
EnderZip
2021-09-19 09:35:10 +07:00
parent d7a981392e
commit 0f2710630c
23 changed files with 2500 additions and 187 deletions

View File

@@ -1275,7 +1275,7 @@ void CConPanel::PaintBackground()
int wide = GetWide();
char ver[ 100 ];
Q_snprintf(ver, sizeof( ver ), "CoolSource Engine %i (%s)", PROTOCOL_VERSION, __TIMESTAMP__ );
Q_snprintf(ver, sizeof( ver ), "CoolSource Engine %i (%s)", PROTOCOL_VERSION, __DATE__ );
wchar_t unicode[ 200 ];
g_pVGuiLocalize->ConvertANSIToUnicode( ver, unicode, sizeof( unicode ) );