- Fixed: DEM_CENTERVIEW also needs to reset the LocalViewPitch if it's for the consoleplayer.

SVN r3511 (trunk)
This commit is contained in:
Randy Heit 2012-04-03 03:51:24 +00:00
parent d8f509a73a
commit ee20c2169e

View file

@ -2066,6 +2066,10 @@ void Net_DoCommand (int type, BYTE **stream, int player)
{
players[player].mo->pitch = 0;
}
if (player == consoleplayer)
{
LocalViewPitch = 0;
}
break;
case DEM_INVUSEALL: