]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/mapvoting.qc
Remove redundant bInputType checks in HUD_Radar_InputEvent and QuickMenu_InputEvent
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / mapvoting.qc
index 0b60bfcadecaf8996888a741c541ec2e3487cad3..65cbc3f93528fc9f08eafe560ffbd5d080e531cb 100644 (file)
@@ -808,7 +808,7 @@ float MapVote_InputEvent(int bInputType, float nPrimary, float nSecondary)
                return false;
        }
 
-       // at this point bInputType can be 0 or 1 (key pressed or released)
+       // at this point bInputType can only be 0 or 1 (key pressed or released)
        bool key_pressed = (bInputType == 0);
 
        if (key_pressed)