Skip to content

Commit

Permalink
remove unncessary return
Browse files Browse the repository at this point in the history
  • Loading branch information
MjnMixael committed Aug 28, 2024
1 parent 39565d3 commit 3a7c532
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/mission/missionbriefcommon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1118,7 +1118,6 @@ void brief_render_icon(int stage_num, int icon_num, float frametime, int selecte
if ( ( (bx < 0) || (bx > gr_screen.max_w_unscaled) || (by < 0) || (by > gr_screen.max_h_unscaled) ) && !Fred_running ) {
bi->x = bx;
bi->y = by;
return;
}

// render highlight anim frame
Expand Down

0 comments on commit 3a7c532

Please sign in to comment.