diff mamba/habitats/editor.py @ 560:a85993b00fd7

Unbreak thing placement
author Neil Muller <drnlmuller@gmail.com>
date Mon, 17 Oct 2011 18:02:49 +0200
parents 73c4985bf726
children fa673a8312ec
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':