Index: code/ui/ui_main.c =================================================================== --- code/ui/ui_main.c (revision 1788) +++ code/ui/ui_main.c (working copy) @@ -2265,7 +2265,7 @@ } if (h > 100) { h = 5; - } else if (h < 0) { + } else if (h < 5) { h = 100; } trap_Cvar_Set( "handicap", va( "%i", h) );