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