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