aboutsummaryrefslogtreecommitdiff
path: root/games/atc
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>1999-11-16 02:58:06 +0000
committerBill Fumerola <billf@FreeBSD.org>1999-11-16 02:58:06 +0000
commit727bf60729b6e2f693b3a1162a2f4b32e49bf8bd (patch)
treea0cca4d47c73890ff2acd4b0d9331509ac360eb2 /games/atc
parent879099e5568801911b66f1ea9085fed24fc12560 (diff)
downloadsrc-727bf60729b6e2f693b3a1162a2f4b32e49bf8bd.tar.gz
src-727bf60729b6e2f693b3a1162a2f4b32e49bf8bd.zip
Sync our register usage with NetBSD's (non-)usage.
Notes
Notes: svn path=/head/; revision=53210
Diffstat (limited to 'games/atc')
-rw-r--r--games/atc/graphics.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/atc/graphics.c b/games/atc/graphics.c
index 36ee49f96f05..91aa975bec3f 100644
--- a/games/atc/graphics.c
+++ b/games/atc/graphics.c
@@ -126,7 +126,7 @@ init_gr()
setup_screen(scp)
const C_SCREEN *scp;
{
- register int i, j;
+ int i, j;
char str[3];
const char *airstr;