From d5f624f53368f0fe7a91a09372be6ff9f0fde121 Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Thu, 6 Jun 2013 12:18:57 -0400 Subject: [PATCH] Copied the Valve debug code killer from um helper to client message helper. --- .../shared/dota/protobuf/dota_clientmessage_helpers.h | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/public/game/shared/dota/protobuf/dota_clientmessage_helpers.h b/public/game/shared/dota/protobuf/dota_clientmessage_helpers.h index 3234d4cb..4abaa9ea 100644 --- a/public/game/shared/dota/protobuf/dota_clientmessage_helpers.h +++ b/public/game/shared/dota/protobuf/dota_clientmessage_helpers.h @@ -2,8 +2,19 @@ #define DOTA_CM_HELPERS #include + +#ifdef _DEBUG +#define KILL_DEBUG +#undef _DEBUG +#endif + #include +#ifdef KILL_DEBUG +#define _DEBUG +#undef KILL_DEBUG +#endif + class CDotaClientMessageHelpers { public: