summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorBryan Hoyle <starfoxprime@gmail.com>2011-08-16 16:45:44 (GMT)
committer Bryan Hoyle <starfoxprime@gmail.com>2011-08-16 16:45:44 (GMT)
commitad09f3040e7e08bbe2d5b256a2933d148a2a8e3d (patch)
tree8a50f508226747d5521377bf655ca0aac85efaf6 /includes
parenta5db1d53da133a78493be443b0ec9094ea3eeb65 (diff)
downloadpowder-ad09f3040e7e08bbe2d5b256a2933d148a2a8e3d.zip
powder-ad09f3040e7e08bbe2d5b256a2933d148a2a8e3d.tar.gz
Revert "Revert "added lua command: tpt.setfpscap(int FPSCap)""
This reverts commit a5db1d53da133a78493be443b0ec9094ea3eeb65.
Diffstat (limited to 'includes')
-rw-r--r--includes/defines.h1
-rw-r--r--includes/luaconsole.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/includes/defines.h b/includes/defines.h
index e112c71..1b5afdf 100644
--- a/includes/defines.h
+++ b/includes/defines.h
@@ -156,6 +156,7 @@ extern int aheat_enable;
extern int decorations_enable;
extern int hud_enable;
extern int debug_flags;
+int limitFPS;
extern int active_menu;
diff --git a/includes/luaconsole.h b/includes/luaconsole.h
index ff65cbf..036327a 100644
--- a/includes/luaconsole.h
+++ b/includes/luaconsole.h
@@ -66,4 +66,5 @@ int luatpt_error(lua_State* l);
int luatpt_heat(lua_State* l);
int luatpt_setfire(lua_State* l);
int luatpt_setdebug(lua_State* l);
+int luatpt_setfpscap(lua_State* l);
#endif