(svn r21453) -Codechange: add the view of an object to the savegame

This commit is contained in:
rubidium
2010-12-10 21:32:04 +00:00
parent 268a57dedc
commit 1af7df8ba0
5 changed files with 15 additions and 8 deletions

View File

@@ -23,6 +23,7 @@ static const SaveLoad _object_desc[] = {
SLE_REF(Object, town, REF_TOWN),
SLE_VAR(Object, build_date, SLE_UINT32),
SLE_CONDVAR(Object, colour, SLE_UINT8, 148, SL_MAX_VERSION),
SLE_CONDVAR(Object, view, SLE_UINT8, 155, SL_MAX_VERSION),
SLE_END()
};