Skip to content

Commit

Permalink
remove reference
Browse files Browse the repository at this point in the history
  • Loading branch information
zenseii committed Oct 21, 2024
1 parent 83ad218 commit 70ef740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fheroes2/agg/agg_image.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2574,7 +2574,7 @@ namespace
imageArray[238 - 32].setPosition( 0, -1 );
fheroes2::updateShadow( imageArray[238 - 32], { -1, 1 }, 2, true );
// Copy the fixed sprite back.
for ( const int & charCode : { 30, 93, 95 } ) {
for ( const int charCode : { 30, 93, 95 } ) {
imageArray[charCode] = imageArray[238 - 32];
}
}
Expand Down

0 comments on commit 70ef740

Please sign in to comment.