X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2FMurphy.c;h=b4c16780aac1b3e81951fd61236c09140e74b4a5;hb=8d3d7d213a9691455a49544624bf380e85f43461;hp=29de96d151881c6f72d97213231bae697e9ee921;hpb=b15916f3e0650dc610705ea662bfbcd25099cce8;p=rocksndiamonds.git diff --git a/src/game_sp/Murphy.c b/src/game_sp/Murphy.c index 29de96d1..b4c16780 100644 --- a/src/game_sp/Murphy.c +++ b/src/game_sp/Murphy.c @@ -7,7 +7,8 @@ static void subEatRedDisk(int si); static boolean subMoveKillsMurphy(int si, int ax, int bl); -static char *VB_Name = "modMurphy"; +// static char *VB_Name = "modMurphy"; + // --- Option Explicit #define LocalStretch (1) @@ -21,8 +22,10 @@ int subAnimateMurphy(int si) { int subAnimateMurphy; - int ax, al, ah, bx, bl, i, X, Y; - int tX, tY, tDeltaX, tDeltaY, tPos, Tmp; + // int ax, al, ah, bx, bl, i, X, Y; + // int tX, tY, tDeltaX, tDeltaY, tPos, Tmp; + int ax, al, bx, bl, i, X, Y; + int tDeltaX, tDeltaY, tPos, Tmp; // Variables that hold information about the animation sequence int *dx; // an array of image positions in moving.mpx, finalized with -1