Skip to content

Commit

Permalink
Merge branch 'maint-1.3'
Browse files Browse the repository at this point in the history
# Conflicts:
#	src/swrenderer/plane/r_flatplane.cpp
  • Loading branch information
madame-rachelle committed Mar 12, 2017
2 parents cd40d96 + ece0862 commit 1674aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/d_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,7 @@ void D_Display ()
{
StatusBar->DrawBottomStuff (HUD_AltHud);
if (DrawFSHUD || automapactive) DrawHUD();
if (players[consoleplayer].camera && players[consoleplayer].camera->player)
if (players[consoleplayer].camera && players[consoleplayer].camera->player && !automapactive)
{
StatusBar->DrawCrosshair();
}
Expand Down

0 comments on commit 1674aa8

Please sign in to comment.