Fix bugged if conditions

Clean up some variables correctly
This commit is contained in:
Piotr Cychowski 2008-01-14 07:42:28 +00:00
parent b31d5bce16
commit 45dd008589

View file

@ -16,7 +16,11 @@
[if]
[variable]
name=second_unit.side
value=2
equals=2
[/variable]
[variable]
name=turn_number
less_than=13
[/variable]
[then]
#ifdef HARD
@ -34,7 +38,11 @@
[if]
[variable]
name=second_unit.side
value=3
equals=3
[/variable]
[variable]
name=turn_number
less_than=13
[/variable]
[then]
#ifdef HARD