Mantis 0001010:

o Fixed a bug where "switch" in console (sv_cheats 1) no longer makes the player stuck when going from alien to marine.

git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@225 67975925-1194-0748-b3d5-c16f83f1a3a1
This commit is contained in:
tankefugl 2005-06-30 13:01:25 +00:00
parent 576a109c50
commit 7ef6e421e4
1 changed files with 1 additions and 0 deletions

View File

@ -380,6 +380,7 @@ BOOL AvHGamerules::ClientCommand( CBasePlayer *pPlayer, const char *pcmd )
// Remember current position // Remember current position
Vector theCurrentPosition = theAvHPlayer->pev->origin; Vector theCurrentPosition = theAvHPlayer->pev->origin;
theCurrentPosition[2] += 32.0f;
Vector theCurrentAngles = theAvHPlayer->pev->angles; Vector theCurrentAngles = theAvHPlayer->pev->angles;
// Switch teams // Switch teams