src/newgrf.cpp
changeset 8074 6441201410d7
parent 8040 92c69fcd0d61
child 8084 aa5d431209a9
equal deleted inserted replaced
8073:5a254e1c34e7 8074:6441201410d7
  2193 					ignoring = true;
  2193 					ignoring = true;
  2194 				}
  2194 				}
  2195 				break;
  2195 				break;
  2196 		}
  2196 		}
  2197 
  2197 
  2198 		if (ignoring) grfmsg(2, "FeatureChangeInfo: Ignoring property 0x%02X (not implemented)", prop);
  2198 		if (ignoring) grfmsg(1, "FeatureChangeInfo: Ignoring property 0x%02X of feature 0x%02X (not implemented)", prop, feature);
  2199 	}
  2199 	}
  2200 }
  2200 }
  2201 
  2201 
  2202 /* Action 0x00 (GLS_SAFETYSCAN) */
  2202 /* Action 0x00 (GLS_SAFETYSCAN) */
  2203 static void SafeChangeInfo(byte *buf, int len)
  2203 static void SafeChangeInfo(byte *buf, int len)