1baf038448
the C source in the distribution. There are still multi-line C strings in the generated C source, but I'll leave that for someone more versed in Perl than I am.
21 lines
454 B
Text
21 lines
454 B
Text
$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];
|