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
1 changed files with 1 additions and 1 deletions

View File

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