From 8459959124f0def40c38090de866318614b26dce Mon Sep 17 00:00:00 2001 From: lethosor Date: Thu, 5 Mar 2015 16:29:36 -0500 Subject: [PATCH] Add fps-min to dfhack.init-example and plugin help --- dfhack.init-example | 1 + plugins/tweak/tweak.cpp | 2 ++ 2 files changed, 3 insertions(+) diff --git a/dfhack.init-example b/dfhack.init-example index 1cbeebf97..e7b1931a9 100644 --- a/dfhack.init-example +++ b/dfhack.init-example @@ -179,6 +179,7 @@ tweak import-priority-category # Misc. UI tweaks tweak civ-view-agreement +tweak fps-min tweak max-wheelbarrow tweak tradereq-pet-gender diff --git a/plugins/tweak/tweak.cpp b/plugins/tweak/tweak.cpp index 76fd25feb..f5a97f579 100644 --- a/plugins/tweak/tweak.cpp +++ b/plugins/tweak/tweak.cpp @@ -178,6 +178,8 @@ DFhackCExport command_result plugin_init (color_ostream &out, std::vector