Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files
Little ops.
  • Loading branch information
gennariarmando committed Jun 28, 2019
1 parent 6e0f961 commit 39aefaffa5c264da737bc8159acbc97c8a5767de
Showing with 2 additions and 2 deletions.
  1. +2 −2 src/render/Hud.cpp
@@ -205,8 +205,8 @@ void CHud::Draw()
} }
else { else {
if (Mode == CCam::MODE_M16FIRSTPERSON_34 || if (Mode == CCam::MODE_M16FIRSTPERSON_34 ||
Mode == CCam::MODE_FIRSTPERSONPEDONPC_41 && Mode == CCam::MODE_FIRSTPERSONPEDONPC_41 ||
Mode != CCam::MODE_EDITOR) { Mode == CCam::MODE_EDITOR) {
rect.left = (SCREEN_WIDTH / 2) - SCREEN_SCALE_X(32.0f); rect.left = (SCREEN_WIDTH / 2) - SCREEN_SCALE_X(32.0f);
rect.top = (SCREEN_HEIGHT / 2) - SCREEN_SCALE_Y(32.0f); rect.top = (SCREEN_HEIGHT / 2) - SCREEN_SCALE_Y(32.0f);
rect.right = (SCREEN_WIDTH / 2) + SCREEN_SCALE_X(32.0f); rect.right = (SCREEN_WIDTH / 2) + SCREEN_SCALE_X(32.0f);

0 comments on commit 39aefaf

Please sign in to comment.