(svn r21454) -Codechange: add support for object variable 48

This commit is contained in:
rubidium
2010-12-10 21:32:52 +00:00
parent cd6180a46d
commit 5d0da9492e
6 changed files with 36 additions and 10 deletions

View File

@@ -357,6 +357,7 @@ struct ResolverObject {
struct {
const struct Object *o; ///< The object the callback is ran for.
TileIndex tile; ///< The tile related to the object.
uint8 view; ///< The view of the object.
} object;
} u;