reverted overview

This commit is contained in:
luxick
2015-08-23 15:03:45 +02:00
parent aa172606c5
commit f6d1abe23a
3 changed files with 55 additions and 2 deletions

View File

@@ -27,8 +27,8 @@ while True:
mayor.step()
screen.addstr('Simulation running. Press [q] to exit.\n')
screen.addstr('----------------------After '+str(ticks)+' ticks------------------------------\n')
screen.addstr(mayor.give_status(show_pct))
#screen.addstr(mayor.give_overview())
#screen.addstr(mayor.give_status(show_pct))
screen.addstr(mayor.give_overview())
ticks += 1
screen.clrtobot()