mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-12-08 19:18:22 +00:00
Kill Valve debug code included by dota usermessage helpers when _DEBUG.
--HG-- extra : rebase_source : caa4ed31c57e632f9afcf09417dc7bd7637d8a35
This commit is contained in:
parent
da63ff1077
commit
d217b943d4
@ -3,7 +3,17 @@
|
|||||||
|
|
||||||
#include "game/shared/protobuf/usermessages.pb.h"
|
#include "game/shared/protobuf/usermessages.pb.h"
|
||||||
#include "game/shared/dota/protobuf/dota_usermessages.pb.h"
|
#include "game/shared/dota/protobuf/dota_usermessages.pb.h"
|
||||||
|
|
||||||
|
#ifdef _DEBUG
|
||||||
|
#define KILL_DEBUG
|
||||||
|
#undef _DEBUG
|
||||||
#include <tier1/utlhashdict.h>
|
#include <tier1/utlhashdict.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifdef KILL_DEBUG
|
||||||
|
#define _DEBUG
|
||||||
|
#undef KILL_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
class CDotaUsermessageHelpers
|
class CDotaUsermessageHelpers
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user