summaryrefslogtreecommitdiffstats
path: root/games/robots/query.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/robots/query.c')
-rw-r--r--games/robots/query.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/robots/query.c b/games/robots/query.c
index f7f046e..8f79499 100644
--- a/games/robots/query.c
+++ b/games/robots/query.c
@@ -47,8 +47,8 @@ static char sccsid[] = "@(#)query.c 8.1 (Berkeley) 5/31/93";
query(prompt)
char *prompt;
{
- register int c, retval;
- register int y, x;
+ int c, retval;
+ int y, x;
getyx(stdscr, y, x);
move(Y_PROMPT, X_PROMPT);
OpenPOWER on IntegriCloud