diff options
Diffstat (limited to 'games/minami/patches/patch-ae')
-rw-r--r-- | games/minami/patches/patch-ae | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/games/minami/patches/patch-ae b/games/minami/patches/patch-ae new file mode 100644 index 00000000000..95eeb08d9ba --- /dev/null +++ b/games/minami/patches/patch-ae @@ -0,0 +1,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]; |