mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 14:51:51 +00:00
Fix building on GCC7.
This commit is contained in:
parent
08f3afab0b
commit
8ff81c93e8
1 changed files with 2 additions and 2 deletions
|
@ -244,7 +244,7 @@ bool P_ActivateLine (line_t *line, AActor *mo, int side, int activationType, DVe
|
|||
|
||||
DEFINE_ACTION_FUNCTION(_Line, Activate)
|
||||
{
|
||||
PARAM_SELF_PROLOGUE(line_t);
|
||||
PARAM_SELF_STRUCT_PROLOGUE(line_t);
|
||||
PARAM_POINTER(mo, AActor);
|
||||
PARAM_INT(side);
|
||||
PARAM_INT(activationType);
|
||||
|
@ -253,7 +253,7 @@ DEFINE_ACTION_FUNCTION(_Line, Activate)
|
|||
|
||||
DEFINE_ACTION_FUNCTION(_Line, RemoteActivate)
|
||||
{
|
||||
PARAM_SELF_PROLOGUE(line_t);
|
||||
PARAM_SELF_STRUCT_PROLOGUE(line_t);
|
||||
PARAM_POINTER(mo, AActor);
|
||||
PARAM_INT(side);
|
||||
PARAM_INT(activationType);
|
||||
|
|
Loading…
Reference in a new issue