summaryrefslogtreecommitdiffstats
path: root/games/robots/rnd_pos.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/robots/rnd_pos.c')
-rw-r--r--games/robots/rnd_pos.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/robots/rnd_pos.c b/games/robots/rnd_pos.c
index 971b331..933d765 100644
--- a/games/robots/rnd_pos.c
+++ b/games/robots/rnd_pos.c
@@ -51,7 +51,7 @@ rnd_pos()
{
static COORD pos;
static int call = 0;
- register int i = 0;
+ int i = 0;
do {
pos.y = rnd(Y_FIELDSIZE - 1) + 1;
OpenPOWER on IntegriCloud