+chars print

This commit is contained in:
jl777
2019-02-17 22:03:55 -11:00
parent ab28897a62
commit 67879fb992

View File

@@ -161,7 +161,7 @@ readchar(struct rogue_state *rs)
{ {
//if ( rs->ind == rs->numkeys-1 ) //if ( rs->ind == rs->numkeys-1 )
// rs->replaydone = (uint32_t)time(NULL); // rs->replaydone = (uint32_t)time(NULL);
//fprintf(stderr,"(%c) ",rs->keystrokes[rs->ind]); fprintf(stderr,"(%c) ",rs->keystrokes[rs->ind]);
return(rs->keystrokes[rs->ind++]); return(rs->keystrokes[rs->ind++]);
} }
if ( rs->replaydone != 0 && counter++ < 3 ) if ( rs->replaydone != 0 && counter++ < 3 )