forked from github/server
Someone was casting leaveastral with more than 32 arguments recently.
This commit is contained in:
parent
3fec7eb4e3
commit
45de8535a0
1 changed files with 1 additions and 1 deletions
|
@ -2517,7 +2517,7 @@ static bool is_moving_ship(ship * sh)
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
#define MAX_PARAMETERS 32
|
#define MAX_PARAMETERS 48
|
||||||
static castorder *cast_cmd(unit * u, order * ord)
|
static castorder *cast_cmd(unit * u, order * ord)
|
||||||
{
|
{
|
||||||
char token[128];
|
char token[128];
|
||||||
|
|
Loading…
Reference in a new issue