1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-24 22:23:18 +00:00

missing CAP_FACING

This commit is contained in:
Zeno Rogue 2019-03-30 17:42:39 +01:00
parent 5545f8efeb
commit 99dc6b8dd7

View File

@ -59,6 +59,7 @@ static const flagtype CF_POWER = Flag(44);
static const flagtype CF_GHOSTMOVER = Flag(45);
static const flagtype CF_TECHNICAL = Flag(46);
static const flagtype CF_MOVED = Flag(47);
static const flagtype CF_FACING = Flag(48);
enum eMonster {
#define MONSTER(a,b,c,d,e,f,g,h) d,