This commit is contained in:
jl777
2019-03-13 08:01:36 -11:00
parent 784e1cb127
commit 2f4fd73ed4

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 )