Add two more linedef/thing args because the maces need them

This commit is contained in:
MascaraSnake 2021-12-14 06:43:06 +01:00
parent 1b023732d0
commit c1e22c4bb6
3 changed files with 12 additions and 2 deletions

View file

@ -242,6 +242,16 @@ universalfields
type = 0; type = 0;
default = 0; default = 0;
} }
arg8
{
type = 0;
default = 0;
}
arg9
{
type = 0;
default = 0;
}
stringarg0 stringarg0
{ {
type = 2; type = 2;

View file

@ -196,7 +196,7 @@ typedef struct
#pragma pack() #pragma pack()
#endif #endif
#define NUMMAPTHINGARGS 8 #define NUMMAPTHINGARGS 10
#define NUMMAPTHINGSTRINGARGS 2 #define NUMMAPTHINGSTRINGARGS 2
// Thing definition, position, orientation and type, // Thing definition, position, orientation and type,

View file

@ -405,7 +405,7 @@ typedef enum
#define HORIZONSPECIAL 41 #define HORIZONSPECIAL 41
#define NUMLINEARGS 8 #define NUMLINEARGS 10
#define NUMLINESTRINGARGS 2 #define NUMLINESTRINGARGS 2
typedef struct line_s typedef struct line_s