Libsaria initialization

I now initialize libsaria during import, rather than as a separate step
afterwards.
This commit is contained in:
Bryan Schumaker 2010-11-14 17:32:09 -05:00
parent 1c5b1b85ba
commit e7fc59a877
2 changed files with 3 additions and 1 deletions

View File

@ -63,3 +63,6 @@ def shutdown():
import plugin
plugin.quit()
event.start("POSTQUIT")
init()

View File

@ -10,7 +10,6 @@ import ocarina
from ocarina import collection
libsaria.init()
libsaria.init_pref("window_size", (800,600))
prefs = libsaria.prefs