- floatified portals.cpp and most of p_maputl.cpp.
This commit is contained in:
parent
6b065b8074
commit
9412ce45d6
25 changed files with 427 additions and 848 deletions
|
|
@ -55,7 +55,7 @@ bool DBot::Reachable (AActor *rtarget)
|
|||
double dist;
|
||||
sector_t *s;
|
||||
|
||||
frac = in->Frac - 4 /MAX_TRAVERSE_DIST;
|
||||
frac = in->frac - 4 /MAX_TRAVERSE_DIST;
|
||||
dist = frac * MAX_TRAVERSE_DIST;
|
||||
|
||||
hitx = it.Trace().x + player->mo->Vel.X * frac;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue