X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_em%2Fglobal.h;fp=src%2Fgame_em%2Fglobal.h;h=e60f96291f439c82bcea327dcfb69da82ce1b2f1;hb=88c9b68c44a16e7df62557b63cc7e86731e028c9;hp=1a6e77ada027f16d3a4aeb211b26a1a965960702;hpb=d4b0925a000fb490f5ade0feecdd4781fc8d0bd5;p=rocksndiamonds.git diff --git a/src/game_em/global.h b/src/game_em/global.h index 1a6e77ad..e60f9629 100644 --- a/src/game_em/global.h +++ b/src/game_em/global.h @@ -25,7 +25,7 @@ int open_all(void); void close_all(void); #if 1 -void readjoy(byte, int); +void readjoy(byte, struct PLAYER *); #else void readjoy(byte); #endif