mirror of
https://github.com/dhewm/dhewm3.git
synced 2025-04-19 17:01:48 +00:00
Update BuildDefines.h
This commit is contained in:
parent
669c4c1fc3
commit
221650186b
1 changed files with 1 additions and 8 deletions
|
@ -75,16 +75,9 @@ If you have questions concerning this license or the applicable additional terms
|
|||
#define ID_ALLOW_TOOLS
|
||||
#endif
|
||||
|
||||
//disable cd key check
|
||||
#define ID_ENFORCE_KEY 0
|
||||
|
||||
#ifndef ID_ENFORCE_KEY
|
||||
# if !defined( ID_DEDICATED )
|
||||
# define ID_ENFORCE_KEY 1
|
||||
# else
|
||||
# define ID_ENFORCE_KEY 0
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#ifndef ID_ENFORCE_KEY_CLIENT
|
||||
# if ID_ENFORCE_KEY
|
||||
# define ID_ENFORCE_KEY_CLIENT 1
|
||||
|
|
Loading…
Reference in a new issue