Thread: peqzone timer
View Single Post
  #2  
Old 06-10-2009, 01:09 PM
cavedude's Avatar
cavedude
The PEQ Dude
 
Join Date: Apr 2003
Location: -
Posts: 1,988
Default

command.cpp line 1578 change:

c->GetPTimers().Start(pTimerPeqzoneReuse, 900);

to

c->GetPTimers().Start(pTimerPeqzoneReuse, 300);

And recompile. That number is in seconds, so you can change it to whatever you desire.
Reply With Quote