mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-18 01:51:39 +00:00
Add two more linedef/thing args because the maces need them
This commit is contained in:
parent
1b023732d0
commit
c1e22c4bb6
3 changed files with 12 additions and 2 deletions
|
@ -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;
|
||||||
|
|
|
@ -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,
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue