Browse Source

Fix last two functions in init.cpp (#1323)

pull/197/head
galaxyhaxz 7 years ago committed by GitHub
parent
commit
f2f215e6c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      types.h

4
types.h

@ -48,7 +48,9 @@
#endif
// If defined, use copy protection [Default -> Defined]
//#define COPYPROT
#ifndef _DEBUG
#define COPYPROT
#endif
// If defined, don't reload for debuggers [Default -> Undefined]
// Note that with patch 1.03 the command line was hosed, this is required to pass arguments to the game

Loading…
Cancel
Save