(svn r20621) -Codechange: move animation frames of houses, objects and industries to m7 (same as airports and stations)
This commit is contained in:
@@ -1684,7 +1684,7 @@ static ChangeInfoResult TownHouseChangeInfo(uint hid, int numinfo, int prop, Byt
|
||||
}
|
||||
|
||||
case 0x16: // Periodic refresh multiplier
|
||||
housespec->processing_time = buf->ReadByte();
|
||||
housespec->processing_time = min(buf->ReadByte(), 63);
|
||||
break;
|
||||
|
||||
case 0x17: // Four random colours to use
|
||||
|
Reference in New Issue
Block a user