diff options
| author | Bryan Hoyle <starfoxprime@gmail.com> | 2011-08-16 16:43:50 (GMT) |
|---|---|---|
| committer | Bryan Hoyle <starfoxprime@gmail.com> | 2011-08-16 16:43:50 (GMT) |
| commit | a5db1d53da133a78493be443b0ec9094ea3eeb65 (patch) | |
| tree | 97a93d5fd9e12219657c6b2ece7d1137146843c0 /includes | |
| parent | ed392c9724878fc39fe5cbba2f882dacf7278979 (diff) | |
| download | powder-a5db1d53da133a78493be443b0ec9094ea3eeb65.zip powder-a5db1d53da133a78493be443b0ec9094ea3eeb65.tar.gz | |
Revert "added lua command: tpt.setfpscap(int FPSCap)"
This reverts commit aa56eca5c01359732f7331d2a572ce31d7ff3c23.
Diffstat (limited to 'includes')
| -rw-r--r-- | includes/defines.h | 1 | ||||
| -rw-r--r-- | includes/luaconsole.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/includes/defines.h b/includes/defines.h index 1b5afdf..e112c71 100644 --- a/includes/defines.h +++ b/includes/defines.h @@ -156,7 +156,6 @@ 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 036327a..ff65cbf 100644 --- a/includes/luaconsole.h +++ b/includes/luaconsole.h @@ -66,5 +66,4 @@ 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 |
