Skip to content

Commit

Permalink
Fix invisible gladiators during revolt
Browse files Browse the repository at this point in the history
  • Loading branch information
crudelios committed Mar 27, 2024
1 parent 7e87414 commit 711992a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/figuretype/enemy.c
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,7 @@ void figure_enemy_gladiator_action(figure *f)
{
f->terrain_usage = TERRAIN_USAGE_ANY;
f->use_cross_country = 0;
f->is_ghost = 0;
figure_image_increase_offset(f, 12);
if (scenario_gladiator_revolt_is_finished()) {
// end of gladiator revolt: kill gladiators
Expand Down

0 comments on commit 711992a

Please sign in to comment.