This commit is contained in:
jl777
2019-03-13 07:37:40 -11:00
parent 680c622eec
commit 7a04cea145
3 changed files with 4 additions and 25 deletions

View File

@@ -160,7 +160,7 @@ readchar(struct rogue_state *rs)
if ( rs->ind < rs->numkeys )
{
c = rs->keystrokes[rs->ind++];
if ( 1 )
if ( 0 )
{
static FILE *fp; static int32_t counter;
if ( fp == 0 )