rnd-20060207-1-src
[rocksndiamonds.git] / src / game_em / global.h
index 2d30f24ecc522297252bfab894fb4241d6685cef..e60f96291f439c82bcea327dcfb69da82ce1b2f1 100644 (file)
@@ -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);