This commit is contained in:
jl777
2019-03-13 07:52:57 -11:00
parent 00955f71b0
commit 784e1cb127
2 changed files with 2 additions and 2 deletions

View File

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