fixed compiler warnings with GCC 11
[rocksndiamonds.git] / src / engines.h
index 4e09b72a2d5fe4e8c891881c92a44b32a5e43dd9..fd9a12fe059e6fb33d18fe2969a00b3261bfc0ec 100644 (file)
@@ -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);