summaryrefslogtreecommitdiff
path: root/includes/interface.h
diff options
context:
space:
mode:
authorJacob1 <jfu614@gmail.com>2012-03-15 01:03:00 (GMT)
committer Jacob1 <jfu614@gmail.com>2012-03-15 01:03:00 (GMT)
commit51c8dfcef4b3c44826fe16b12b6b825daaea1efe (patch)
treefd69209c96373d80b30cd54a86cc71a3bf33e5f1 /includes/interface.h
parenta27d97124cb985c5e064547e55b401bbb7ec01a1 (diff)
downloadpowder-51c8dfcef4b3c44826fe16b12b6b825daaea1efe.zip
powder-51c8dfcef4b3c44826fe16b12b6b825daaea1efe.tar.gz
ngrav/amb. heat quickoptions, amb. heat drawn in heat display when on, fix render_ui position
Diffstat (limited to 'includes/interface.h')
-rw-r--r--includes/interface.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/interface.h b/includes/interface.h
index 6eb6647..2c1a290 100644
--- a/includes/interface.h
+++ b/includes/interface.h
@@ -77,6 +77,8 @@ static quick_option quickmenu[] =
{"P", "Sand effect", QM_TOGGLE, &pretty_powder},
{"G", "Draw gravity grid", QM_TOGGLE, &drawgrav_enable},
{"D", "Show decorations", QM_TOGGLE, &decorations_enable},
+ {"N", "Newtonian gravity", QM_TOGGLE, &ngrav_enable},
+ {"A", "Ambient heat", QM_TOGGLE, &aheat_enable},
{NULL}
};