]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Merge remote-tracking branch 'origin/terencehill/mapvote_cursor_fix'
authorSamual Lenks <samual@xonotic.org>
Mon, 19 Aug 2013 21:13:07 +0000 (17:13 -0400)
committerSamual Lenks <samual@xonotic.org>
Mon, 19 Aug 2013 21:13:07 +0000 (17:13 -0400)
qcsrc/client/hud.qc

index 273f427e49d11b182662b0a9566c80734e1051f7..6df4576ef685581ff09043f68460d8335aba2ad7 100644 (file)
@@ -4593,7 +4593,7 @@ void HUD_Main (void)
                                hud_panel[panel_order[i]].update_time = time;
                }
        }
-       else if (hud_configure_prev && autocvar_hud_cursormode)
+       else if(hud_configure_prev && hud_configure_prev != -1 && autocvar_hud_cursormode)
                setcursormode(0);
 
        hud_configure_prev = autocvar__hud_configure;