mirror of
https://github.com/celisej567/cool-source-archive.git
synced 2026-09-21 20:10:15 +03:00
added launcher, still need custom launcher to work.
oh and changed the buildnum to something better
This commit is contained in:
@@ -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 ) );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user