diff options
| author | Jacob1 <jfu614@gmail.com> | 2012-05-24 14:51:21 (GMT) |
|---|---|---|
| committer | Jacob1 <jfu614@gmail.com> | 2012-05-24 14:51:21 (GMT) |
| commit | 3959db4c38df2aa2f7fe32f14dbdc9b9a75b5f0e (patch) | |
| tree | 9b758d1b166a5132fe07a8dc4f9eb9def2cf8334 /src/luaconsole.c | |
| parent | 1c7fdb0c26d8bca5a1cb13a790090b87c3d809aa (diff) | |
| download | powder-3959db4c38df2aa2f7fe32f14dbdc9b9a75b5f0e.zip powder-3959db4c38df2aa2f7fe32f14dbdc9b9a75b5f0e.tar.gz | |
console doesn't enable hud, fast heat for PUMP/GPMP/ANIM, GPMP activated at draw
Diffstat (limited to 'src/luaconsole.c')
| -rw-r--r-- | src/luaconsole.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/luaconsole.c b/src/luaconsole.c index 92b58bb..65320ce 100644 --- a/src/luaconsole.c +++ b/src/luaconsole.c @@ -32,7 +32,6 @@ int tptProperties; //Table for some TPT properties int tptPropertiesVersion; int tptElements; //Table for TPT element names int tptParts, tptPartsMeta, tptElementTransitions, tptPartsCData, tptPartMeta, tptPart, cIndex; -int loop_time = 0; void luacon_open(){ int i = 0, j; char tmpname[12]; @@ -220,7 +219,7 @@ tpt.partsdata = nil"); { lua_el_mode[i] = 0; } - lua_sethook(l, &lua_hook, LUA_MASKCOUNT, 200); + lua_sethook(l, &lua_hook, LUA_MASKCOUNT, 4000000); } #ifndef FFI int luacon_partread(lua_State* l){ |
