From 2f99947e769178f3b69dd0f2360e7fcf40d917dc Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Sat, 24 May 2014 16:20:37 -0400 Subject: [PATCH] Update IServerGameDLL GameServerSteamAPIActivated params. --- public/eiface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/eiface.h b/public/eiface.h index 5a013193..15e47519 100644 --- a/public/eiface.h +++ b/public/eiface.h @@ -596,7 +596,7 @@ public: virtual void PostToolsInit() = 0; // Called after the steam API has been activated post-level startup - virtual void GameServerSteamAPIActivated( void ) = 0; + virtual void GameServerSteamAPIActivated( bool bActivated ) = 0; // Called to apply lobby settings to a dedicated server virtual void ApplyGameSettings( KeyValues *pKV ) = 0;