X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fengines.h;h=fd9a12fe059e6fb33d18fe2969a00b3261bfc0ec;hb=64d673ee2b6655f0ade45a3329ee08e32522b3c4;hp=4e09b72a2d5fe4e8c891881c92a44b32a5e43dd9;hpb=8012cb56ca562fa7c3001fb6acc7b1c7db3f580e;p=rocksndiamonds.git 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);