Look at replay

This commit is contained in:
jl777
2019-02-10 08:56:24 -11:00
parent c8f901bfbf
commit 280bc8b88c
2 changed files with 3 additions and 3 deletions

View File

@@ -220,7 +220,7 @@ int32_t rogue_replay2(uint8_t *newdata,uint64_t seed,char *keystrokes,int32_t nu
rs->seed = seed;
rs->keystrokes = keystrokes;
rs->numkeys = num;
rs->sleeptime = 0;
rs->sleeptime = 50000;
if ( player != 0 )
{
rs->P = *player;