diff --git a/public/game/shared/dota/protobuf/dota_usermessage_helpers.h b/public/game/shared/dota/protobuf/dota_usermessage_helpers.h index 3333ae01..340ec400 100644 --- a/public/game/shared/dota/protobuf/dota_usermessage_helpers.h +++ b/public/game/shared/dota/protobuf/dota_usermessage_helpers.h @@ -3,7 +3,17 @@ #include "game/shared/protobuf/usermessages.pb.h" #include "game/shared/dota/protobuf/dota_usermessages.pb.h" + +#ifdef _DEBUG +#define KILL_DEBUG +#undef _DEBUG #include +#endif + +#ifdef KILL_DEBUG +#define _DEBUG +#undef KILL_DEBUG +#endif class CDotaUsermessageHelpers {