(svn r20667) -Codechange: implement the autoslope callback for objects

This commit is contained in:
rubidium
2010-08-28 19:00:21 +00:00
parent d4403cb649
commit 3e67b4fe5f
2 changed files with 22 additions and 2 deletions

View File

@@ -271,7 +271,7 @@ enum CallbackID {
CBID_OBJECT_FUND_MORE_TEXT = 0x15C, // 15 bit callback, not implemented
/** Called to determine if one can alter the ground below an object tile */
CBID_OBJECT_AUTOSLOPE = 0x15D, // 15 bit callback, not implemented
CBID_OBJECT_AUTOSLOPE = 0x15D, // 15 bit callback
};
/**