Fixed builds *sigh*

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40880
This commit is contained in:
Scott Ehlert 2007-06-01 07:21:07 +00:00
parent 6c17b9f37b
commit 3ed301e9af
2 changed files with 4 additions and 2 deletions

View File

@ -18,7 +18,9 @@
#include "HandleSys.h"
#include "PlayerManager.h"
#include "HalfLife2.h"
#include <shareddefs.h>
#define HUD_PRINTTALK 3
#define HUD_PRINTCENTER 4
IServerPluginCallbacks *g_VSP = NULL;

View File

@ -906,7 +906,7 @@ REGISTER_NATIVES(menuNatives)
{"CreateMenu", CreateMenu},
{"CreateMenuEx", CreateMenuEx},
{"CreatePanel", CreatePanel},
{"CreatePanelFromMenu", CreatePanelFromMenu},\
{"CreatePanelFromMenu", CreatePanelFromMenu},
{"DisplayMenu", DisplayMenu},
{"DrawPanelItem", DrawPanelItem},
{"DrawPanelText", DrawPanelText},