Remove an unsed variable.

This commit is contained in:
J. Tyne 2013-01-31 06:22:54 +00:00
parent b4a9505e0b
commit 80638bdd0e

View file

@ -567,7 +567,6 @@ Note: You need to use the default map settings for the scenario to work right."
{VARIABLE_OP final_turns divide 2}
{VARIABLE fixed_groups_left $fixed_group}
{VARIABLE trigger_index 1}
{VARIABLE previous_spawn "no"}
# reduce gold and units for spawns
# after the final spawn
{VARIABLE spawn_id 0}
@ -624,7 +623,6 @@ Note: You need to use the default map settings for the scenario to work right."
{VARIABLE max_units $timed_spawn[$trigger_index].units}
{VARIABLE min_cost 100}
{VARIABLE_OP trigger_index add 1}
{VARIABLE previous_spawn "yes"}
### DEBUG
{VARIABLE total_cost 0}