variable moved to context long ago
authornhmall <nhmall@nethack.org>
Mon, 4 Feb 2019 23:35:17 +0000 (18:35 -0500)
committernhmall <nhmall@nethack.org>
Mon, 4 Feb 2019 23:35:17 +0000 (18:35 -0500)
just reported, a variable moved to context long ago

sys/amiga/winstr.c

index 46946b522b0bd600cbbd912ef321afcbce86e3fb..fd745c18209f4b0d6c1f211d769194cd4ca85597 100644 (file)
@@ -186,7 +186,7 @@ const char *str;
         if (cw->data[cw->cury] == NULL)
             panic("NULL pointer for status window");
         ob = &cw->data[cw->cury][j = cw->curx];
-        if (flags.botlx)
+        if (context.botlx)
             *ob = 0;
 
         /* Display when beam at top to avoid flicker... */