X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2FInitGameConditions.c;h=0afc9fa3e8e199486ccdf3a2ce29b19f234c728f;hb=d45b35552f4ca1ada1266fb7e8b6968d878019a6;hp=003cedc404cad6fcce1234f5cc926287d1285b1a;hpb=18863a5655e9e07d548e2d673e7f82336703c8fb;p=rocksndiamonds.git diff --git a/src/game_sp/InitGameConditions.c b/src/game_sp/InitGameConditions.c index 003cedc4..0afc9fa3 100644 --- a/src/game_sp/InitGameConditions.c +++ b/src/game_sp/InitGameConditions.c @@ -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