- converted AActor::height to double.
This commit is contained in:
parent
8362c6a856
commit
cff8e51811
53 changed files with 253 additions and 259 deletions
|
|
@ -2375,7 +2375,7 @@ void Net_DoCommand (int type, BYTE **stream, int player)
|
|||
s = ReadString (stream);
|
||||
|
||||
if (Trace (players[player].mo->_f_X(), players[player].mo->_f_Y(),
|
||||
players[player].mo->_f_Top() - (players[player].mo->height>>2),
|
||||
players[player].mo->_f_Top() - (players[player].mo->_f_height()>>2),
|
||||
players[player].mo->Sector,
|
||||
vx, vy, vz, 172*FRACUNIT, 0, ML_BLOCKEVERYTHING, players[player].mo,
|
||||
trace, TRACE_NoSky))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue