FUnctions.BSF
Posted: Mon Oct 08, 2012 9:02 am
This library: Functions.BSF, found in DATA/SCRIPTS/ has the FUNCTION AddRandom with a ";" added in its definition.
It is defined like:
AddRandom(x1, y1, x2, y2, x3, y3, facing, side, team, type) ;
{
…
}
Probably has no effect but, as I've seen in the other functions definitions the ";" should not be here.
It is defined like:
AddRandom(x1, y1, x2, y2, x3, y3, facing, side, team, type) ;
{
…
}
Probably has no effect but, as I've seen in the other functions definitions the ";" should not be here.