choose_next() already starts the NEXT event...

This commit is contained in:
Bryan Schumaker 2010-10-31 17:19:46 -04:00
parent 81277d83b8
commit 49328c5200
1 changed files with 2 additions and 2 deletions

View File

@ -132,9 +132,9 @@ def change_score():
def plist_next():
change_score()
libsaria.event.call("NEXT", choose_next)
choose_next()
def catch_eos(arg=None):
def catch_eos(*args):
lib_inc_count(cur_lib_id)
lib_inc_score(cur_lib_id)
choose_next()