summaryrefslogtreecommitdiff
path: root/games/sail
diff options
context:
space:
mode:
authorkstailey <kstailey@cvs.openbsd.org>1997-07-23 20:05:17 +0000
committerkstailey <kstailey@cvs.openbsd.org>1997-07-23 20:05:17 +0000
commit24ebfd27177ba2d49b2fd2e9d5b5fba3df35744c (patch)
treef301459f6e2160b59f102e5506c37de2f4c48251 /games/sail
parentec11c0c45f17c8fcab3c1dcd043b3cd0b55c4c82 (diff)
tabify
Diffstat (limited to 'games/sail')
-rw-r--r--games/sail/globals.c4
-rw-r--r--games/sail/player.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/games/sail/globals.c b/games/sail/globals.c
index a9e2fd30ac7..82b7c0817a4 100644
--- a/games/sail/globals.c
+++ b/games/sail/globals.c
@@ -284,7 +284,7 @@ int nscene = sizeof scene / sizeof (struct scenario);
struct shipspecs specs[] = {
/* bs fs ta guns hull crew1 crew3 gunR carR rig2 rig4 pts */
-/* class qual crew2 gunL carL rig1 rig3 */
+/* class qual crew2 gunL carL rig1 rig3 */
/*00*/ 4, 7, 3, 19, 5, 5, 4, 2, 2, 2, 2, 2, 0, 0, 4, 4, 4, 4, 7,
/*01*/ 4, 7, 3, 17, 5, 5, 4, 2, 2, 2, 0, 0, 4, 4, 3, 3, 3, 3, 6,
/*02*/ 3, 5, 2, 42, 4, 7, 4, 2, 2, 2, 2, 2, 0, 0, 5, 5, 5, -1, 11,
@@ -370,7 +370,7 @@ struct shipspecs specs[] = {
/*82*/ 4, 7, 3, 450, 1, 99, 5, 50, 40, 40, 50, 50,25,25, 9, 9, 9, -1, 75,
/*83*/ 4, 7, 3, 450, 1, 99, 5, 50, 40, 40, 50, 50,25,25, 9, 9, 9, -1, 75,
/* bs fs ta guns hull crew1 crew3 gunR carR rig2 rig4 pts */
-/* class qual crew2 gunL carL rig1 rig3 */
+/* class qual crew2 gunL carL rig1 rig3 */
};
struct windeffects WET[7][6] = {
diff --git a/games/sail/player.h b/games/sail/player.h
index 15c2fd43653..10df412ca50 100644
--- a/games/sail/player.h
+++ b/games/sail/player.h
@@ -68,8 +68,8 @@
#define STAT_Y (STAT_B-STAT_T+1)
#define STAT_R (STAT_L+STAT_X-1)
#define STAT_1 0
-#define STAT_2 (STAT_1+4)
-#define STAT_3 (STAT_2+7)
+#define STAT_2 (STAT_1+4)
+#define STAT_3 (STAT_2+7)
#define SCROLL_T (BOX_B+1)
#define SCROLL_L 0