rnd-19981003-2
[rocksndiamonds.git] / src / main.h
index 0d3bfe5eff56bc928026f181ca52744993ed3401..dc5da4ffe71166dc8ca237d9129581dd3328ad87 100644 (file)
@@ -40,6 +40,7 @@
 #endif  /* #ifndef MSDOS */
 
 typedef int BOOL;
+typedef unsigned char byte;
 
 #ifndef FALSE
 #define FALSE 0
@@ -288,8 +289,8 @@ struct RecordingInfo
   BOOL changed;
   struct
   {
-    unsigned char joystickdata[MAX_PLAYERS];
-    unsigned char delay;
+    byte joystickdata[MAX_PLAYERS];
+    byte delay;
   } pos[MAX_TAPELEN];
 };