- replaced YES/NO with true/false
[supertux.git] / src / special.h
index 596fe1a..379979d 100644 (file)
@@ -42,6 +42,7 @@ upgrade_type;
 typedef struct bullet_type
   {
     base_type base;
+    base_type old_base;
   }
 bullet_type;