X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_em%2Fglobal.h;h=e60f96291f439c82bcea327dcfb69da82ce1b2f1;hb=88c9b68c44a16e7df62557b63cc7e86731e028c9;hp=2d30f24ecc522297252bfab894fb4241d6685cef;hpb=2d235297197dd0c325184f7fc401d9c5c41c2616;p=rocksndiamonds.git diff --git a/src/game_em/global.h b/src/game_em/global.h index 2d30f24e..e60f9629 100644 --- a/src/game_em/global.h +++ b/src/game_em/global.h @@ -24,7 +24,11 @@ extern unsigned char linear_to_ulaw[65536]; int open_all(void); void close_all(void); +#if 1 +void readjoy(byte, struct PLAYER *); +#else void readjoy(byte); +#endif void input_eventloop(void); void blitscreen(void);