mirror of
https://github.com/UberGames/rpgxEF.git
synced 2025-03-14 06:35:14 +00:00
Fixed wrong value for MAX_MODEL_BITS
This commit is contained in:
parent
ff0810a994
commit
c44406e24f
1 changed files with 1 additions and 1 deletions
|
@ -1111,7 +1111,7 @@ typedef enum {
|
|||
#define ENTITYNUM_WORLD (MAX_GENTITIES-2)
|
||||
#define ENTITYNUM_MAX_NORMAL (MAX_GENTITIES-2)
|
||||
|
||||
#ifdef XTRA
|
||||
#ifndef XTRA
|
||||
#define MODELNUM_BITS 8
|
||||
#else
|
||||
#define MODELNUM_BITS 9
|
||||
|
|
Loading…
Reference in a new issue