diff options
| author | Bryan Hoyle <starfoxprime@gmail.com> | 2011-08-16 01:44:37 (GMT) |
|---|---|---|
| committer | Bryan Hoyle <starfoxprime@gmail.com> | 2011-08-16 01:44:37 (GMT) |
| commit | aa56eca5c01359732f7331d2a572ce31d7ff3c23 (patch) | |
| tree | 5ca7e2e010bd80dd47708954de17f43553ecee94 /includes | |
| parent | dcd3af94404b1d1bb296566a84177cc37e0b83d5 (diff) | |
| download | powder-aa56eca5c01359732f7331d2a572ce31d7ff3c23.zip powder-aa56eca5c01359732f7331d2a572ce31d7ff3c23.tar.gz | |
added lua command: tpt.setfpscap(int FPSCap)
Diffstat (limited to 'includes')
| -rw-r--r-- | includes/defines.h | 1 | ||||
| -rw-r--r-- | includes/luaconsole.h | 1 |
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 |
