Skip to content

Commit

Permalink
Bumps changes from the previous commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
BertrandBordage committed Apr 11, 2013
1 parent 98d7747 commit dd1e3e7
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,21 +130,9 @@ def main(options):
globals.config.set('World', 'hill_height', hill_height)
globals.config.set('World', 'max_trees', max_trees)

if options.hillheight:
globals.config.set('World', 'hill_height', str(options.hillheight))

if options.worldsize:
globals.config.set('World', 'size', str(options.worldsize))

if options.flat:
globals.config.set('World', 'flat', '1')

if options.maxtrees:
globals.config.set('World', 'max_trees', str(options.maxtrees))

if options.hide_fog:
globals.config.set('World', 'show_fog', '0')

if options.fast:
globals.TIME_RATE /= 20

Expand Down

0 comments on commit dd1e3e7

Please sign in to comment.