rnd-20060203-1-src
[rocksndiamonds.git] / src / game_em / global.h
index 2d30f24ecc522297252bfab894fb4241d6685cef..1a6e77ada027f16d3a4aeb211b26a1a965960702 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, int);
+#else
 void readjoy(byte);
+#endif
 void input_eventloop(void);
 
 void blitscreen(void);