NEXT event

Rather than call choose_next() directly, we should wrap this in a NEXT
event so that things can respond to it.
This commit is contained in:
Bryan Schumaker 2010-10-30 13:52:38 -04:00
parent 63ee87fa16
commit 76eaa3eb16
1 changed files with 1 additions and 1 deletions

View File

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