fixed the build
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40589
This commit is contained in:
parent
0b25b6d667
commit
876e3da8e3
@ -17,7 +17,7 @@
|
|||||||
#include "ShareSys.h"
|
#include "ShareSys.h"
|
||||||
#include "ForwardSys.h"
|
#include "ForwardSys.h"
|
||||||
#include "CPlayerManager.h"
|
#include "CPlayerManager.h"
|
||||||
#include "CConCmdManager.h"
|
#include "ConCmdManager.h"
|
||||||
|
|
||||||
AdminCache g_Admins;
|
AdminCache g_Admins;
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
#include "ForwardSys.h"
|
#include "ForwardSys.h"
|
||||||
#include "ShareSys.h"
|
#include "ShareSys.h"
|
||||||
#include "AdminCache.h"
|
#include "AdminCache.h"
|
||||||
#include "CConCmdManager.h"
|
#include "ConCmdManager.h"
|
||||||
|
|
||||||
CPlayerManager g_Players;
|
CPlayerManager g_Players;
|
||||||
|
|
||||||
|
@ -169,7 +169,6 @@ Handle_t ConVarManager::CreateConVar(IPluginContext *pContext, const char *name,
|
|||||||
{
|
{
|
||||||
ConVar *pConVar = NULL;
|
ConVar *pConVar = NULL;
|
||||||
ConVarInfo *pInfo = NULL;
|
ConVarInfo *pInfo = NULL;
|
||||||
ConVarList *pConVarList = NULL;
|
|
||||||
Handle_t hndl = 0;
|
Handle_t hndl = 0;
|
||||||
|
|
||||||
/* Find out if the convar exists already */
|
/* Find out if the convar exists already */
|
||||||
|
@ -19,9 +19,9 @@ BINARY = sourcemod_mm_i486.so
|
|||||||
HL2PUB = $(HL2SDK)/public
|
HL2PUB = $(HL2SDK)/public
|
||||||
HL2LIB = $(HL2SDK)/linux_sdk
|
HL2LIB = $(HL2SDK)/linux_sdk
|
||||||
|
|
||||||
OBJECTS = sourcemm_api.cpp sourcemod.cpp AdminCache.cpp CConVarManager.cpp CDataPack.cpp \
|
OBJECTS = sourcemm_api.cpp sourcemod.cpp AdminCache.cpp ConVarManager.cpp CDataPack.cpp \
|
||||||
CDbgReporter.cpp CLogger.cpp CPlayerManager.cpp CTextParsers.cpp CTranslator.cpp \
|
CDbgReporter.cpp CLogger.cpp CPlayerManager.cpp CTextParsers.cpp CTranslator.cpp \
|
||||||
CConCmdManager.cpp \
|
ConCmdManager.cpp \
|
||||||
sm_autonatives.cpp sm_memtable.cpp sm_srvcmds.cpp sm_trie.cpp \
|
sm_autonatives.cpp sm_memtable.cpp sm_srvcmds.cpp sm_trie.cpp \
|
||||||
sm_stringutil.cpp smn_filesystem.cpp smn_float.cpp smn_handles.cpp \
|
sm_stringutil.cpp smn_filesystem.cpp smn_float.cpp smn_handles.cpp \
|
||||||
smn_player.cpp smn_string.cpp smn_textparse.cpp smn_console.cpp smn_admin.cpp \
|
smn_player.cpp smn_string.cpp smn_textparse.cpp smn_console.cpp smn_admin.cpp \
|
||||||
|
Loading…
Reference in New Issue
Block a user