]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_brush.c
Fixed the sliders and the toggles in the options menu
[xonotic/darkplaces.git] / model_brush.c
index 60186d52bcf268c123dfd6cf9ffd5f1cf6cbf297..83cafe43750ba7360c78e4e17ba50f303659138e 100644 (file)
@@ -95,7 +95,7 @@ static void Mod_Q1BSP_AmbientSoundLevelsForPoint(model_t *model, const vec3_t p,
        leaf = Mod_Q1BSP_PointInLeaf(model, p);
        if (leaf)
        {
-               i = min(outsize, (int)sizeof(leaf->ambient_sound_level));;
+               i = min(outsize, (int)sizeof(leaf->ambient_sound_level));
                if (i)
                {
                        memcpy(out, leaf->ambient_sound_level, i);