]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
removed a pmodel reference I forgot to remove
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 20 Oct 2004 04:16:32 +0000 (04:16 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 20 Oct 2004 04:16:32 +0000 (04:16 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4676 d7cf8633-e32d-0410-b094-e92efae38249

host_cmd.c

index 6d985122e4eac3b6f14e427314b4398331731ff5..7683e59d409d1a016010606d469adae162b2d620 100644 (file)
@@ -1096,7 +1096,6 @@ static void Host_PModel_f (void)
                return;
        }
 
-       host_client->pmodel = i;
        if (sv_player && (val = GETEDICTFIELDVALUE(sv_player, eval_pmodel)))
                val->_float = i;
 }