]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
fix warning
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 19 May 2010 06:23:22 +0000 (06:23 +0000)
committerRudolf Polzer <divverent@alientrap.org>
Fri, 21 May 2010 21:11:17 +0000 (23:11 +0200)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10203 d7cf8633-e32d-0410-b094-e92efae38249
::stable-branch::merge=a915475ec3441cb67ac0d91abf2c18ba4a7a565e

clvm_cmds.c

index 7704966e5b2b243e92a2a3832e04f1594a8b9a2b..d4452686275109bab5e04251983f411d33f4374f 100644 (file)
@@ -811,7 +811,7 @@ void VM_CL_R_SetView (void)
                        PRVM_G_FLOAT(OFS_RETURN) = r_refdef.view.height;
                        break;
                case VF_VIEWPORT:
-                       VM_Warning("VM_CL_R_GetView : VF_VIEWPORT can't be retrieved, use VF_MIN/VF_SIZE instead\n", c);
+                       VM_Warning("VM_CL_R_GetView : VF_VIEWPORT can't be retrieved, use VF_MIN/VF_SIZE instead\n");
                        break;
                case VF_FOV:
                        VectorSet(PRVM_G_VECTOR(OFS_RETURN), r_refdef.view.ortho_x, r_refdef.view.ortho_y, 0);