diff --git a/games/hangman/getguess.c b/games/hangman/getguess.c index 091533e4ce6c..1cd98cce439f 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;