- floatification of p_enemy and p_interaction.cpp.

This commit is contained in:
Christoph Oelckers 2016-03-26 20:59:35 +01:00
parent 0c39bdd04c
commit 00ea8662b8
7 changed files with 143 additions and 156 deletions

View file

@ -4458,7 +4458,7 @@ void AActor::AdjustFloorClip ()
return;
}
double oldclip = _f_floorclip();
double oldclip = Floorclip;
double shallowestclip = INT_MAX;
const msecnode_t *m;