From d870955f2cfccee15ecf5c0ffbfb90499d7f5998 Mon Sep 17 00:00:00 2001 From: David Rose Date: Wed, 9 Sep 2009 13:55:31 +0000 Subject: [PATCH] go ahead and load the ready image --- direct/src/p3d/panda3d.pdef | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/direct/src/p3d/panda3d.pdef b/direct/src/p3d/panda3d.pdef index b98bdf6d89..3d94bd725e 100755 --- a/direct/src/p3d/panda3d.pdef +++ b/direct/src/p3d/panda3d.pdef @@ -46,9 +46,10 @@ class images(package): print "Could not locate %s" % (filename) # Also make a few special cases. We use the same default image - # for both download and launch. + # for download, ready, and launch. download = configDict.get('download_img', None) if download: + configDict['ready_img'] = download configDict['launch_img'] = download config(**configDict)