We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e04bea7 + 393b686 commit 209c530Copy full SHA for 209c530
client/src/m_menu.cpp
@@ -1504,14 +1504,14 @@ static void M_PlayerSetupDrawer()
1504
R_BuildPlayerTranslation(0, player_color);
1505
V_ColorMap = translationref_t(translationtables, 0);
1506
1507
+ // Draw box surrounding fire and player:
1508
+ screen->DrawPatchClean(W_CachePatch("M_PBOX"), 320 - 88 - 32 + 36,
1509
+ PSetupDef.y + LINEHEIGHT * 3 + 22);
1510
+
1511
screen->DrawTranslatedPatchClean (W_CachePatch (sprframe->lump[0]),
1512
320 - 52 - 32, PSetupDef.y + LINEHEIGHT*3 + 46);
1513
}
1514
- // Draw box surrounding fire and player:
- screen->DrawPatchClean (W_CachePatch ("M_PBOX"),
- 320 - 88 - 32 + 36, PSetupDef.y + LINEHEIGHT*3 + 22);
-
1515
// Draw team setting
1516
{
1517
const team_t team = D_TeamByName(cl_team.cstring());
0 commit comments