summaryrefslogtreecommitdiffstats
path: root/battlestar
diff options
context:
space:
mode:
authorjsm <jsm@NetBSD.org>2000-09-25 00:33:18 +0000
committerjsm <jsm@NetBSD.org>2000-09-25 00:33:18 +0000
commit078475b41e85ca187bfd817cf4aa52efe2a72968 (patch)
tree1f7ce0a8a1326490d6abc436b2b5f1bf5f73c043 /battlestar
parent23b3d8457f74713738af6aed84ec915a8df2d58a (diff)
downloadbsdgames-darwin-078475b41e85ca187bfd817cf4aa52efe2a72968.tar.gz
bsdgames-darwin-078475b41e85ca187bfd817cf4aa52efe2a72968.tar.zst
bsdgames-darwin-078475b41e85ca187bfd817cf4aa52efe2a72968.zip
Use defined constant FINAL instead of hardcoded 275. From OpenBSD.
Diffstat (limited to 'battlestar')
-rw-r--r--battlestar/com3.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/battlestar/com3.c b/battlestar/com3.c
index 6716a831..8718c0fb 100644
--- a/battlestar/com3.c
+++ b/battlestar/com3.c
@@ -1,4 +1,4 @@
-/* $NetBSD: com3.c,v 1.12 2000/09/24 14:20:23 jsm Exp $ */
+/* $NetBSD: com3.c,v 1.13 2000/09/25 00:33:18 jsm Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)com3.c 8.2 (Berkeley) 4/28/95";
#else
-__RCSID("$NetBSD: com3.c,v 1.12 2000/09/24 14:20:23 jsm Exp $");
+__RCSID("$NetBSD: com3.c,v 1.13 2000/09/25 00:33:18 jsm Exp $");
#endif
#endif /* not lint */
@@ -88,7 +88,7 @@ jump()
position = 145;
break;
case 232:
- position = 275;
+ position = FINAL;
break;
case 3:
position = 1;