vehicle.h
changeset 755 823358e83abf
parent 593 e303a764de50
child 812 79c99885ad00
--- a/vehicle.h	Tue Dec 21 22:53:55 2004 +0000
+++ b/vehicle.h	Tue Dec 21 23:27:58 2004 +0000
@@ -456,4 +456,8 @@
 #define MIN_SERVINT_DAYS    30
 #define MAX_SERVINT_DAYS   800
 
+/* A lot of code calls for the invalidation of the status bar, which is widget 5.
+ * Best is to have a virtual value for it when it needs to change again */
+#define STATUS_BAR 5
+
 #endif /* VEHICLE_H */