Correction for last comit: D'oh forgot to reset the interval to 25 seconds I modified for testing...

This commit is contained in:
zicodxx 2011-07-03 00:09:30 +02:00
parent b66efa5be4
commit c3ddbe0580

View file

@ -442,7 +442,7 @@ int main_menu_handler(newmenu *menu, d_event *event, int *menu_choice )
break;
case EVENT_IDLE:
if ( keyd_time_when_last_pressed+i2f(2) < timer_query() || GameArg.SysAutoDemo )
if ( keyd_time_when_last_pressed+i2f(25) < timer_query() || GameArg.SysAutoDemo )
{
int n_demos;
n_demos = newdemo_count_demos();