code tweaks

making setting passing optional for core.load() as part of transition
mode between beta and stable.

fixed redraw for feedback menu.
This commit is contained in:
endorphant
2016-05-27 03:31:46 -04:00
parent 3a08bcb116
commit 53466c8a5f
2 changed files with 2 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ HEADER = ""
FOOTER = ""
FILES = []
def load(ttbprc):
def load(ttbprc={}):
'''
get all them globals set up!!
'''