Skip to content

Commit

Permalink
Remove image saving code as it is not for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ihhub authored Jan 19, 2025
1 parent 4d0d906 commit e0b74ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/fheroes2/agg/agg_image.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4426,7 +4426,6 @@ namespace
fheroes2::DrawLine( _icnVsSprite[id][19], { 5, 5 }, { 5, 19 }, 44 );
fheroes2::DrawLine( _icnVsSprite[id][19], { 5, 21 }, { 5, 28 }, 44 );
}
fheroes2::Save( releasedInactiveHorse, "releasedInactiveHorse.png", 96 );
}
return true;
case ICN::ARTFX:
Expand Down

0 comments on commit e0b74ab

Please sign in to comment.