changeset 560:a85993b00fd7

Unbreak thing placement
author Neil Muller <drnlmuller@gmail.com>
date Mon, 17 Oct 2011 18:02:49 +0200
parents 4c30776673c6
children 9afaa1969d6f
files mamba/habitats/editor.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mamba/habitats/editor.py	Sat Oct 08 20:24:03 2011 +0200
+++ b/mamba/habitats/editor.py	Mon Oct 17 18:02:49 2011 +0200
@@ -407,7 +407,7 @@
                 self.display_dialog(message)
                 return True
         self.mode = new_mode
-        self.edit_widget.tile_mode = (self.mode in ('Tiles', 'Sprites'))
+        self.edit_widget.tile_mode = (self.mode in ('Tiles', 'Things'))
         self.clear_toolbar()
         self.setup_toolbar()
         if self.mode == 'Test':