[Fix] <resedit> Saving exterior gfx if it is None.

This commit is contained in:
Allanis 2013-06-22 15:17:36 +01:00
parent 1396676fcb
commit 38d1f8e65e

View File

@ -808,7 +808,7 @@ class Space:
def __exterior_sel(self, wgt=None, event=None):
space = self.__pwidget("comExterior").get_active_text()
if self.cur_planet != "":
if self.cur_planet != "" and space != "None":
self.planets[self.cur_planet]["GFX"]["exterior"] = space
self.__pupdate()