]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - clvm_cmds.c
reworked the entire config loading system for the gamedir command
[xonotic/darkplaces.git] / clvm_cmds.c
index a30ce3c0c35745ba95309332a0f8e3e2e55ea543..74326a44b0471c273d4997a3a0364cdb9674f9fd 100644 (file)
@@ -1545,7 +1545,7 @@ static void VM_CL_ReadPicture (void)
                        // texture found and loaded
                        // skip over the jpeg as we don't need it
                        for(i = 0; i < size; ++i)
-                               MSG_ReadByte();
+                               (void) MSG_ReadByte();
                }
                else
                {
@@ -4546,7 +4546,7 @@ NULL,                                                     // #538
 NULL,                                                  // #539
 VM_physics_enable,                             // #540 void(entity e, float physics_enabled) physics_enable = #540; (DP_PHYSICS_ODE)
 VM_physics_addforce,                   // #541 void(entity e, vector force, vector relative_ofs) physics_addforce = #541; (DP_PHYSICS_ODE)
-VM_physics_addtorgue,                  // #542 void(entity e, vector torgue) physics_addtorgue = #542; (DP_PHYSICS_ODE)
+VM_physics_addtorque,                  // #542 void(entity e, vector torque) physics_addtorque = #542; (DP_PHYSICS_ODE)
 NULL,                                                  // #543
 NULL,                                                  // #544
 NULL,                                                  // #545