From 5d0da9492e2c8f296f2689e3174e8d9832c7872d Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 10 Dec 2010 21:32:52 +0000 Subject: (svn r21454) -Codechange: add support for object variable 48 --- src/table/newgrf_debug_data.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/table/newgrf_debug_data.h') diff --git a/src/table/newgrf_debug_data.h b/src/table/newgrf_debug_data.h index 701f4d553..240fd8ef0 100644 --- a/src/table/newgrf_debug_data.h +++ b/src/table/newgrf_debug_data.h @@ -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"), -- cgit v1.2.3-54-g00ecf