mirror of
https://github.com/UberGames/RPG-X2.git
synced 2025-04-15 10:30:58 +00:00
since this one isn't supposed for rpgxef i turnde the xtra-defines 0
Signed-off-by: Harry Young <hendrik.gerritzen@googlemail.com>
This commit is contained in:
parent
927bd83488
commit
c2cca2738c
3 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
|
||||
// rpgxEF?
|
||||
#define XTRA 1
|
||||
#define XTRA 0
|
||||
|
||||
#define CMD_BACKUP 64
|
||||
#define CMD_MASK (CMD_BACKUP - 1)
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
// bg_public.h -- definitions shared by both the server game and client game modules
|
||||
|
||||
// are we compiling for rpgxEF?
|
||||
#define XTRA 1
|
||||
#define XTRA 0
|
||||
// meh somehow preprocessor G_LUA won't work for me
|
||||
#define G_LUA 1
|
||||
#define CG_LUA 1
|
||||
|
|
|
@ -54,7 +54,7 @@
|
|||
**********************************************************************/
|
||||
|
||||
// use this to specify whether the code is compile for rpgxEF or not
|
||||
#define XTRA 1
|
||||
#define XTRA 0
|
||||
// meh somehow preprocessor G_LUA won't work for me
|
||||
#define G_LUA 1
|
||||
#define CG_LUA 1
|
||||
|
|
Loading…
Reference in a new issue