I need more coffee. this should be more accurate.

This commit is contained in:
jaynus
2015-05-10 07:50:58 -07:00
parent 318b2437f9
commit e1c3c40cdd
3 changed files with 4 additions and 4 deletions

View File

@ -83,7 +83,7 @@
#define HASHLIST_PUSH(hashList, value) ([hashList, value, __FILE__, __LINE__] call EFUNC(common,hashListPush))
// Time functions for accuracy per frame
#define ACE_tickTime (ACE_tickTime + (diag_tickTime - ACE_tickTime))
#define ACE_tickTime (ACE_diagTime + (diag_tickTime - ACE_diagTime))
#include "script_debug.hpp"