rnd-20100303-1-src
[rocksndiamonds.git] / src / game_sp / InitGameConditions.c
index 003cedc404cad6fcce1234f5cc926287d1285b1a..0afc9fa3e8e199486ccdf3a2ce29b19f234c728f 100644 (file)
@@ -97,7 +97,7 @@ int InitMurphyPosB(int si)
 
   // To Do: draw Murphy in location ax
 #if 1
-  StretchedSprites.BltImg(MurphyScreenXPos, MurphyScreenYPos, fiMurphy, 0);
+  StretchedSprites.BltImg(MurphyScreenXPos, MurphyScreenYPos, aniMurphy, 0);
 #else
   StretchedSprites.BltEx(MurphyScreenXPos, MurphyScreenYPos, fiMurphy);
 #endif