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

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

View File

@@ -334,6 +334,7 @@ static const NIVariable _niv_objects[] = {
NIV(0x45, "get town zone and Manhattan distance of closest town"),
NIV(0x46, "get square of Euclidean distance of closes town"),
NIV(0x47, "colour"),
NIV(0x48, "view"),
NIV(0x60, "get object ID at offset"),
NIV(0x61, "get random tile bits at offset"),
NIV(0x62, "land info of nearby tiles"),