Browse Source

Disable copy protection

pull/204/head
Anders Jenbo 7 years ago
parent
commit
72f65d5771
  1. 2
      types.h

2
types.h

@ -66,7 +66,7 @@ DEVILUTION_BEGIN_NAMESPACE
// If defined, use copy protection [Default -> Defined]
#ifndef _DEBUG
#define COPYPROT
//#define COPYPROT
#endif
// If defined, don't reload for debuggers [Default -> Undefined]

Loading…
Cancel
Save