summaryrefslogtreecommitdiff
path: root/games/minami/patches/patch-ae
blob: 95eeb08d9baa5b4168367d65655ef6fbf48d991d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
$NetBSD: patch-ae,v 1.3 2004/01/19 08:45:48 agc Exp $

--- battle.c	2004/01/19 08:35:45	1.1
+++ battle.c	2004/01/19 08:36:20
@@ -86,11 +86,11 @@
     *flag = 0;
 /*    hpbar(n, mons);*/
 
-    fmtmsg("\n[あなたの攻撃]
-1. こうげき     2.まほう
-3. アイテム     4.まもる
-5. にげる
-");
+    fmtmsg("\n[あなたの攻撃]\n"
+"1. こうげき     2.まほう\n"
+"3. アイテム     4.まもる\n"
+"5. にげる\n"
+);
     c = Select("", 5);
     c2 = 0;
     m = &mons[0];