Someone was casting leaveastral with more than 32 arguments recently.

This commit is contained in:
Enno Rehling 2018-12-16 16:36:09 +01:00
parent 3fec7eb4e3
commit 45de8535a0

View file

@ -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];