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:
Harry Young 2012-06-05 23:13:36 +02:00
parent 927bd83488
commit c2cca2738c
3 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@
// rpgxEF?
#define XTRA 1
#define XTRA 0
#define CMD_BACKUP 64
#define CMD_MASK (CMD_BACKUP - 1)

View file

@ -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

View file

@ -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