Added a new TSTick call to TSExtension

This will allow running physics in TorqueScript with more accurate
timing.  Also added TSTick.cs which also enables InteriorInstance
serverside movement support(Will allow clients to see movement without
clientside patching).
This commit is contained in:
Calvin Balke 2015-03-24 12:36:24 -07:00
parent bf06dadac9
commit 4c716d90c8
2 changed files with 9 additions and 3 deletions

3
Patches/TStick.cs Normal file
View file

@ -0,0 +1,3 @@
function TStick(%tick) {}
memPatch("5240FD","B00190");
memPatch("5BBBDC",getServPAddr());