--- cars.cc.orig	Sun Dec 26 17:29:59 1999
+++ cars.cc	Sun Dec 26 17:30:19 1999
@@ -105,7 +105,7 @@
   }
   what &= 0xF;
 
-  static old_order = -1, next_row = 5, scale_timer = 0;
+  static int old_order = -1, next_row = 5, scale_timer = 0;
   static bool scale_flag = false;
   if( old_order != order ) {
     old_order = order;
@@ -117,7 +117,7 @@
     scale_flag = !scale_flag;
   }
 
-  static offset = 0;
+  static int offset = 0;
 
   float scale = 1;
 
