X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fengines.h;fp=src%2Fengines.h;h=fd9a12fe059e6fb33d18fe2969a00b3261bfc0ec;hp=4e09b72a2d5fe4e8c891881c92a44b32a5e43dd9;hb=0233176c2bf3c560162948ef0b3b4d2306b3a788;hpb=b3cc0aa4f60d78c12ae98ed7da42601e7bad16b4 diff --git a/src/engines.h b/src/engines.h index 4e09b72a..fd9a12fe 100644 --- a/src/engines.h +++ b/src/engines.h @@ -36,7 +36,7 @@ int getScreenFieldSizeY(void); void PlayLevelSound_EM(int, int, int, int); void InitGraphicInfo_EM(void); -boolean CheckSingleStepMode_EM(byte action[], int, boolean, boolean, boolean); +boolean CheckSingleStepMode_EM(byte[MAX_PLAYERS], int, boolean, boolean, boolean); void SetGfxAnimation_EM(struct GraphicInfo_EM *, int, int, int, int); void getGraphicSourceObjectExt_EM(struct GraphicInfo_EM *, int, int, int, int);