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