fixed compiler warnings with GCC 11
[rocksndiamonds.git] / src / game_em / export.h
index c5373fdb8a0af92ed48f1995b8d0d804fe40a384..bb7008940444d93850993d21f551ecd15fa5b4e6 100644 (file)
@@ -108,7 +108,7 @@ void em_close_all(void);
 void InitGfxBuffers_EM(void);
 
 void InitGameEngine_EM(void);
-void GameActions_EM(byte *, boolean);
+void GameActions_EM(byte[MAX_PLAYERS], boolean);
 
 unsigned int InitEngineRandom_EM(int);