mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-07-24 03:32:50 +00:00
no inv
This commit is contained in:
parent
a6f176510e
commit
2c88dfabd2
8
init.cpp
8
init.cpp
@ -1,6 +1,6 @@
|
|||||||
#define VER "9.4n3"
|
#define VER "9.4n2"
|
||||||
#define VERNUM 9417
|
#define VERNUM 9416
|
||||||
#define VERNUM_HEX 0x9417
|
#define VERNUM_HEX 0x9416
|
||||||
|
|
||||||
#define GEN_M 0
|
#define GEN_M 0
|
||||||
#define GEN_F 1
|
#define GEN_F 1
|
||||||
@ -265,6 +265,8 @@ const char *loadlevel = NULL;
|
|||||||
#include "orbs.cpp"
|
#include "orbs.cpp"
|
||||||
#ifdef INV
|
#ifdef INV
|
||||||
#include "closed/inventory.cpp"
|
#include "closed/inventory.cpp"
|
||||||
|
#else
|
||||||
|
bool inv::on;
|
||||||
#endif
|
#endif
|
||||||
#include "system.cpp"
|
#include "system.cpp"
|
||||||
#include "geometry.cpp"
|
#include "geometry.cpp"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user