08-10-2009, 06:56 PM
(08-09-2009, 07:17 PM)Lord Silva Wrote: Edit: Theres a bug with timestop, just noticed . In time_loop proc, replace
lea ebx, dword ptr ds:[memAlloc+esi*4+esi]
with
lea ebx, dword ptr ds:[memAlloc+eax*4+eax]
This will be fixed in next release.
is this the fix for the timestop having effect in the next game if you quit your current one with timestop in effect?