# HG changeset patch # User Jeremy Thurgood # Date 1316157103 -7200 # Node ID 43ac21d498a1d3049d700c4bf82f7e2ea25a54b7 # Parent f2ba659e03bebba48d53078b4d7024f3387dc3d4 Fix segment orientation. diff -r f2ba659e03be -r 43ac21d498a1 mamba/snake.py --- a/mamba/snake.py Fri Sep 16 08:55:07 2011 +0200 +++ b/mamba/snake.py Fri Sep 16 09:11:43 2011 +0200 @@ -206,7 +206,7 @@ """ tile_pos, orientation = tile_state self.set_tile_pos(tile_pos) - self.orientation = orientation + self.set_orientation(orientation) def shift_tile_and_pixels(self, tile_state): ds = self.get_distance()