mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-12-09 19:48:23 +00:00
Fixed non-debug builds using usermessage helpers.
This commit is contained in:
parent
6f2dff28f5
commit
934bf4fc7a
@ -7,9 +7,10 @@
|
|||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
#define KILL_DEBUG
|
#define KILL_DEBUG
|
||||||
#undef _DEBUG
|
#undef _DEBUG
|
||||||
#include <tier1/utlhashdict.h>
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <tier1/utlhashdict.h>
|
||||||
|
|
||||||
#ifdef KILL_DEBUG
|
#ifdef KILL_DEBUG
|
||||||
#define _DEBUG
|
#define _DEBUG
|
||||||
#undef KILL_DEBUG
|
#undef KILL_DEBUG
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user