fixed compiler warnings with GCC 11
[rocksndiamonds.git] / src / game_sp / export.h
index d8b964fd102f5ebcc3211162921db581906dc56f..0ba8ac7d89fbe1eb8bccd01cddcdcc1f089547f2 100644 (file)
@@ -172,7 +172,7 @@ void InitPrecedingPlayfieldMemory(void);
 void InitGfxBuffers_SP(void);
 
 void InitGameEngine_SP(void);
-void GameActions_SP(byte *, boolean);
+void GameActions_SP(byte[MAX_PLAYERS], boolean);
 
 unsigned int InitEngineRandom_SP(int);