mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-19 14:54:07 +00:00
missing CAP_FACING
This commit is contained in:
parent
5545f8efeb
commit
99dc6b8dd7
@ -59,6 +59,7 @@ static const flagtype CF_POWER = Flag(44);
|
|||||||
static const flagtype CF_GHOSTMOVER = Flag(45);
|
static const flagtype CF_GHOSTMOVER = Flag(45);
|
||||||
static const flagtype CF_TECHNICAL = Flag(46);
|
static const flagtype CF_TECHNICAL = Flag(46);
|
||||||
static const flagtype CF_MOVED = Flag(47);
|
static const flagtype CF_MOVED = Flag(47);
|
||||||
|
static const flagtype CF_FACING = Flag(48);
|
||||||
|
|
||||||
enum eMonster {
|
enum eMonster {
|
||||||
#define MONSTER(a,b,c,d,e,f,g,h) d,
|
#define MONSTER(a,b,c,d,e,f,g,h) d,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user