summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--games/hangman/getguess.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/hangman/getguess.c b/games/hangman/getguess.c
index 091533e..1cd98cc 100644
--- a/games/hangman/getguess.c
+++ b/games/hangman/getguess.c
@@ -100,7 +100,7 @@ readch()
}
else if (ch == CTRL('L')) {
wrefresh(curscr);
- mvcur(0, 0, curscr->cury, curscr->curx);
+ mvcur(0, 0, curscr->_cury, curscr->_curx);
}
else
return ch;
OpenPOWER on IntegriCloud