X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fgraphics%2FMenu.cpp;h=1b81f85a2d731ec7e88c4ed4a1be4926f8f8a0d9;hb=ec25171b0b27999eb126e2144dae1e35f271b945;hp=6527e3e2c7325a8ed8baa087a270b87af1bcee4a;hpb=3326698517a8d607ccb4239c5d26606eaa1e50d4;p=l2e.git diff --git a/src/graphics/Menu.cpp b/src/graphics/Menu.cpp index 6527e3e..1b81f85 100644 --- a/src/graphics/Menu.cpp +++ b/src/graphics/Menu.cpp @@ -32,6 +32,7 @@ void MenuProperties::CreateTypeDescription() { td.AddField("additionalTextGap", FieldDescription(((char *)&p.additionalTextGap) - ((char *)&p), Interpreter::NUMBER_ID).SetDescription("space between normal and additional text in pixels")); td.AddField("wrapX", FieldDescription(((char *)&p.wrapX) - ((char *)&p), Interpreter::BOOLEAN_ID).SetDescription("horizontally wrap cursor movement")); td.AddField("wrapY", FieldDescription(((char *)&p.wrapY) - ((char *)&p), Interpreter::BOOLEAN_ID).SetDescription("vertically wrap cursor movement")); + td.AddField("thirdColumnHack", FieldDescription(((char *)&p.thirdColumnHack) - ((char *)&p), Interpreter::NUMBER_ID).SetDescription("offset the third column by this many characters")); } void MenuProperties::Construct(void *data) {