Fix linux compile with latest SDK
This needs some cleanup still for non-TF2
This commit is contained in:
@@ -71,7 +71,7 @@ public:
|
||||
unsigned short port;
|
||||
} netadr_t;
|
||||
|
||||
char *CSteamID::Render() const
|
||||
const char *CSteamID::Render() const
|
||||
{
|
||||
static char szSteamID[64];
|
||||
V_snprintf(szSteamID, sizeof(szSteamID), "STEAM_0:%u:%u", (m_unAccountID % 2) ? 1 : 0, (int32)m_unAccountID/2);
|
||||
|
||||
Reference in New Issue
Block a user