mirror of
https://git.code.sf.net/p/quake/prozac-qfcc
synced 2024-11-10 07:11:51 +00:00
turns out it was a case of mangled build.
This commit is contained in:
parent
b6169b3113
commit
6cb0b290e8
1 changed files with 2 additions and 2 deletions
|
@ -1922,9 +1922,9 @@ void() PutClientInServer =
|
|||
// Set the health for the player based on class
|
||||
TeamFortress_SetHealth();
|
||||
// Set the speed for the player based on class
|
||||
//XXX causing problems self.tfstate |= TFSTATE_CANT_MOVE;
|
||||
self.tfstate |= TFSTATE_CANT_MOVE;
|
||||
TeamFortress_SetSpeed(self);
|
||||
//XXX causing problems self.tfstate &= ~TFSTATE_CANT_MOVE;
|
||||
self.tfstate &= ~TFSTATE_CANT_MOVE;
|
||||
// Set the skin for the player based on class
|
||||
TeamFortress_SetSkin(self);
|
||||
stuffcmd(self, "v_idlescale 0\n");
|
||||
|
|
Loading…
Reference in a new issue