Slow down replay

This commit is contained in:
jl777
2019-02-16 08:21:47 -11:00
parent a2da66be25
commit 16e9d5e6b2

View File

@@ -322,7 +322,7 @@ int32_t rogue_replay(uint64_t seed,int32_t sleeptime)
} }
if ( num > 0 ) if ( num > 0 )
{ {
rogue_replay2(0,seed,keystrokes,num,0,0); rogue_replay2(0,seed,keystrokes,num,0,50);
mvaddstr(LINES - 2, 0, (char *)"replay completed"); mvaddstr(LINES - 2, 0, (char *)"replay completed");
endwin(); endwin();
} }