Skip to content

Commit

Permalink
Missing var.
Browse files Browse the repository at this point in the history
  • Loading branch information
udhos committed Feb 27, 2019
1 parent ecdc2b8 commit 6b6b0f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/colony/colony.bas
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
1100 planetmax=20
1110 dim planetx(20), planety(20)
1120 banditmax=20
1130 dim banditx(20), bandity(20), banditd(20)
1130 dim banditx(20), bandity(20), banditd(20), banditt(20)
1200 planets=5
1210 bandits=5
1300 fieldsizex=80
Expand Down

0 comments on commit 6b6b0f3

Please sign in to comment.