- floatified P_LineAttack, P_TraceBleed and P_UseLines.
This commit is contained in:
parent
eae6f7e9ea
commit
0baaa3cf63
14 changed files with 118 additions and 157 deletions
|
|
@ -198,7 +198,7 @@ bool CheckIfExitIsGood (AActor *self, level_info_t *info)
|
|||
//
|
||||
//============================================================================
|
||||
|
||||
bool P_ActivateLine (line_t *line, AActor *mo, int side, int activationType, fixedvec3 *optpos)
|
||||
bool P_ActivateLine (line_t *line, AActor *mo, int side, int activationType, DVector3 *optpos)
|
||||
{
|
||||
int lineActivation;
|
||||
INTBOOL repeat;
|
||||
|
|
@ -259,7 +259,7 @@ bool P_ActivateLine (line_t *line, AActor *mo, int side, int activationType, fix
|
|||
//
|
||||
//============================================================================
|
||||
|
||||
bool P_TestActivateLine (line_t *line, AActor *mo, int side, int activationType, fixedvec3 *optpos)
|
||||
bool P_TestActivateLine (line_t *line, AActor *mo, int side, int activationType, DVector3 *optpos)
|
||||
{
|
||||
int lineActivation = line->activation;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue