grfspecial.c
changeset 193 0a7025304867
parent 74 d23a80ef6361
child 356 e3721e481b38
--- a/grfspecial.c	Fri Sep 10 18:54:23 2004 +0000
+++ b/grfspecial.c	Fri Sep 10 19:02:27 2004 +0000
@@ -465,20 +465,20 @@
 			uint8 prop = grf_load_byte(&buf);
 
 			switch (prop) {
-			case 0x00: {	
+			case 0x00: {
 				/* Introduction date */
 				foreach_engine {
 					uint16 date = grf_load_word(&buf);
-					
+
 					ei[i].base_intro = date;
 				}
 				break;
 			}
-			case 0x02: {	
+			case 0x02: {
 				/* Decay speed */
 				foreach_engine {
 					uint8 decay = grf_load_byte(&buf);
-									
+
 					ei[i].unk2 &= 0x80;
 					ei[i].unk2 |= decay & 0x7f;
 				}
@@ -493,7 +493,7 @@
 				}
 				break;
 			}
-			case 0x04: {	
+			case 0x04: {
 				/* Model life */
 				foreach_engine {
 					uint8 life = grf_load_byte(&buf);
@@ -512,7 +512,7 @@
 				}
 				break;
 			}
-			case 0x07: {	
+			case 0x07: {
 				/* Loading speed */
 				/* Hyronymus explained me what does
 				 * this mean and insists on having a
@@ -636,7 +636,7 @@
 			uint8 nvar = buf[7];
 			//uint32 val;
 			uint16 def;
-			
+
 			grfmsg(GMS_WARN, "SpriteNewSuperset(0x81): Unsupported variable %x. Using default cid.", var);
 
 			//val = (0xff << shiftnum) & andmask;