(svn r20658) -Codechange: add the colour of an object to the object instance

This commit is contained in:
rubidium
2010-08-28 18:28:34 +00:00
parent 05d27c04f9
commit 18e6bf0d71
4 changed files with 29 additions and 6 deletions

View File

@@ -22,6 +22,7 @@ static const SaveLoad _object_desc[] = {
SLE_VAR(Object, location.h, SLE_FILE_U8 | SLE_VAR_U16),
SLE_REF(Object, town, REF_TOWN),
SLE_VAR(Object, build_date, SLE_UINT32),
SLE_CONDVAR(Object, colour, SLE_UINT8, 148, SL_MAX_VERSION),
SLE_END()
};