Skip to content

Commit

Permalink
Render team score interface background while playing demos.
Browse files Browse the repository at this point in the history
  • Loading branch information
BranDougherty committed Sep 28, 2022
1 parent ab73433 commit b092f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/InterfaceGraphics.pas
Original file line number Diff line number Diff line change
Expand Up @@ -2765,7 +2765,7 @@ procedure RenderInterface(TimeElapsed: Single; Width, Height: Single);
end;

// Team Box
if Int.Team and not DemoPlayer.Active and IsTeamGame then
if Int.Team and IsTeamGame then
begin
x := Int.TeamBox_X * _iscala.x;
y := Int.TeamBox_Y * _iscala.y;
Expand Down

0 comments on commit b092f34

Please sign in to comment.