diff options
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/map.h b/src/map/map.h index 679fd8529..2fbb7ffed 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -300,7 +300,6 @@ struct skill_unit_group { struct { unsigned ammo_consume : 1; unsigned magic_power : 1; - unsigned into_abyss : 1; unsigned song_dance : 2; //0x1 Song/Dance, 0x2 Ensemble } state; }; |