From: havoc Date: Wed, 20 Oct 2004 04:16:32 +0000 (+0000) Subject: removed a pmodel reference I forgot to remove X-Git-Tag: xonotic-v0.1.0preview~5448 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=9b83d27d8099e27b407bc9bba790f0eb16915c96;p=xonotic%2Fdarkplaces.git removed a pmodel reference I forgot to remove git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4676 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/host_cmd.c b/host_cmd.c index 6d985122..7683e59d 100644 --- a/host_cmd.c +++ b/host_cmd.c @@ -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; }