(svn r10508) -Codechange: allow customizable animation schemes for industries.

This commit is contained in:
rubidium
2007-07-11 15:03:29 +00:00
parent 8d4b7ac33b
commit 79d04412b0
8 changed files with 150 additions and 11 deletions

View File

@@ -1765,19 +1765,19 @@ static bool IndustrytilesChangeInfo(uint indtid, int numinfo, int prop, byte **b
break;
case 0x0F: // Animation information
grf_load_word(&buf); // TODO
tsp->animation_info = grf_load_word(&buf);
break;
case 0x10: // Animation speed
grf_load_byte(&buf); // TODO
tsp->animation_speed = grf_load_byte(&buf);
break;
case 0x11: // Triggers for callback 25
grf_load_byte(&buf); // TODO
tsp->animation_triggers = grf_load_byte(&buf);
break;
case 0x12: // Special flags
grf_load_byte(&buf); // TODO
tsp->animation_special_flags = grf_load_byte(&buf);
break;
default: