X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2FMurphy.h;h=8f0dd400c6662f09ec985bdeaf83651ca5b7f0c6;hb=61ca162f9268de1fa4fe0df3f561189b1a71770d;hp=0fdafeb7c93a6a8c752e9b7261ac54bf7b026031;hpb=5ba7f2d9a3f07f342afdf215a3307d5487cb6d43;p=rocksndiamonds.git diff --git a/src/game_sp/Murphy.h b/src/game_sp/Murphy.h index 0fdafeb7..8f0dd400 100644 --- a/src/game_sp/Murphy.h +++ b/src/game_sp/Murphy.h @@ -13,8 +13,9 @@ #include "global.h" extern int subAdjustZonksInfotronsAboveMurphy(int si); -extern int subAnimateMurphy(int si); +extern int subAnimateMurphy(int *si); extern void subCopyFieldToScreen(int si, int fi); +extern void subCopyImageToScreen(int si, int graphic, int sync_frame); extern int subExplodeSnikSnaksBelow(int si); extern int subSpPortTest(int si);