From b0d34adf32706b720d73e5f80f70883c075dfa1f Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Mon, 10 Aug 2020 18:06:21 +0200 Subject: [PATCH] nohud did not work --- hud.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hud.cpp b/hud.cpp index 2552617c..802d1ded 100644 --- a/hud.cpp +++ b/hud.cpp @@ -404,7 +404,9 @@ EX void draw_crosshair() { } EX void drawStats() { + if(vid.stereo_mode == sLR) return; draw_crosshair(); + if(nohud) return; if(callhandlers(false, hooks_prestats)) return; if(viewdists && show_distance_lists) expansion.view_distances_dialog();