X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_em%2Fglobal.h;h=2f062e512625d78d5b3412ba2fe44c50154af41a;hb=d14ff3d04c44d90b4dc151fd7774946e20da0152;hp=2d30f24ecc522297252bfab894fb4241d6685cef;hpb=2d235297197dd0c325184f7fc401d9c5c41c2616;p=rocksndiamonds.git diff --git a/src/game_em/global.h b/src/game_em/global.h index 2d30f24e..2f062e51 100644 --- a/src/game_em/global.h +++ b/src/game_em/global.h @@ -14,7 +14,7 @@ extern int debug; extern char *progname; extern char *arg_basedir; -extern unsigned int frame; +extern int frame; extern short ulaw_to_linear[256]; extern unsigned char linear_to_ulaw[65536]; @@ -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);