From 09970b7b6daa82ba0cb71540ebb70e671637782f Mon Sep 17 00:00:00 2001 From: sapier Date: Sun, 27 Apr 2014 16:09:21 +0200 Subject: Add support for interlaced polarized 3d screens Add (experimental) support for topbottom as well as sidebyside 3d mode --- src/hud.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/hud.cpp') diff --git a/src/hud.cpp b/src/hud.cpp index 7b601ec87..6d0fc8a89 100644 --- a/src/hud.cpp +++ b/src/hud.cpp @@ -435,10 +435,6 @@ void Hud::drawHotbar(u16 playeritem) { void Hud::drawCrosshair() { - if (!(player->hud_flags & HUD_FLAG_CROSSHAIR_VISIBLE) || - (player->camera_mode == CAMERA_MODE_THIRD_FRONT)) { - return; - } if (use_crosshair_image) { video::ITexture *crosshair = tsrc->getTexture("crosshair.png"); -- cgit v1.2.3