changeset 508:e4b1a79504f2

Force facing
author Neil Muller <drnlmuller@gmail.com>
date Sat, 09 Apr 2011 23:13:53 +0200
parents 5373290f2dff
children c85363a8ff56
files skaapsteker/sprites/base.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/skaapsteker/sprites/base.py	Sat Apr 09 23:14:55 2011 +0200
+++ b/skaapsteker/sprites/base.py	Sat Apr 09 23:13:53 2011 +0200
@@ -275,6 +275,7 @@
         self.dsm = dialogue.DSM(name, world, dsm, state)
         self._me = getattr(world.npcs, self.name)
         self.facing = facing
+        self._update_image(True)  # Force things to the right image
 
     def player_action(self, player):
         OpenDialog.post(self)