Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mapnav.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/mapnav.py b/mapnav.py
index 473787d..f8a60e1 100644
--- a/mapnav.py
+++ b/mapnav.py
@@ -79,7 +79,6 @@ class MapNavView(Gtk.DrawingArea):
character_y = allocation.height - self._grid_size
self._character.pos = [style.GRID_CELL_SIZE, character_y]
self._character.direction = 1
- self._character.change_animation('stand', flip_x=1)
self.disconnect(self._setup_handle)
self._setup_handle = self.connect('size_allocate',