(svn r9418) -Codechange: Implement actions 1/2/3 for cargos, callback handler and custom icon sprites
This commit is contained in:
@@ -191,6 +191,9 @@ struct ResolverObject {
|
||||
Town *town;
|
||||
HouseID house_id;
|
||||
} house;
|
||||
struct {
|
||||
const struct CargoSpec *cs;
|
||||
} cargo;
|
||||
} u;
|
||||
|
||||
uint32 (*GetRandomBits)(const struct ResolverObject*);
|
||||
|
||||
Reference in New Issue
Block a user