summaryrefslogtreecommitdiffstats
path: root/games/robots/play_level.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/robots/play_level.c')
-rw-r--r--games/robots/play_level.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/robots/play_level.c b/games/robots/play_level.c
index dd72a15..ee33190 100644
--- a/games/robots/play_level.c
+++ b/games/robots/play_level.c
@@ -45,8 +45,8 @@ static char sccsid[] = "@(#)play_level.c 8.1 (Berkeley) 5/31/93";
*/
play_level()
{
- register COORD *cp;
- register int y, x, bonus;
+ COORD *cp;
+ int y, x, bonus;
move(My_pos.y, My_pos.x);
addch(PLAYER);
OpenPOWER on IntegriCloud