From 2f0965c14bd8032d3d6a5c122f21e6f7eca815d2 Mon Sep 17 00:00:00 2001 From: Scott Ehlert Date: Wed, 12 Nov 2008 23:22:33 -0600 Subject: [PATCH] Fixed Linux build --- core/smn_console.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/smn_console.cpp b/core/smn_console.cpp index cb58a3e4..cab0daec 100644 --- a/core/smn_console.cpp +++ b/core/smn_console.cpp @@ -167,6 +167,7 @@ private: KTrie m_CmdFlags; } s_CommandFlagsHelper; +#ifndef ORANGEBOX_BUILD static void ReplicateConVar(ConVar *pConVar) { int maxClients = g_Players.GetMaxClients(); @@ -206,6 +207,7 @@ static void NotifyConVar(ConVar *pConVar) gameevents->FireEvent(pEvent); } +#endif static cell_t sm_CreateConVar(IPluginContext *pContext, const cell_t *params) {