(svn r12452) -Feature: [NewGRF] Add random action 2 type 84. For vehicles only.

This commit is contained in:
glx
2008-03-27 21:36:16 +00:00
parent 5ddb78af9f
commit bbdb831301
11 changed files with 46 additions and 2 deletions

View File

@@ -291,6 +291,7 @@ static void NewHouseResolver(ResolverObject *res, HouseID house_id, TileIndex ti
res->last_value = 0;
res->trigger = 0;
res->reseed = 0;
res->count = 0;
}
uint16 GetHouseCallback(CallbackID callback, uint32 param1, uint32 param2, HouseID house_id, Town *town, TileIndex tile)