変愚蛮怒のメインリポジトリです
Revision | ac1c992fe7472185e181020dafbaf7e19fddb8a9 (tree) |
---|---|
Time | 2020-02-08 00:30:56 |
Author | deskull <deskull@user...> |
Commiter | deskull |
Merge pull request #40005 (phonohawk/hengband/fix-build-unix into master).
@@ -1,6 +1,7 @@ | ||
1 | 1 | # generated files by autoconf and automake |
2 | 2 | aclocal.m4 |
3 | 3 | autom4te.cache |
4 | +compile | |
4 | 5 | configure |
5 | 6 | depcomp |
6 | 7 | install-sh |
@@ -69,7 +69,7 @@ hengband_SOURCES = \ | ||
69 | 69 | \ |
70 | 70 | rumor.h rumor.c \ |
71 | 71 | \ |
72 | - spells.h | |
72 | + spells.h \ | |
73 | 73 | spells1.c spells2.c spells3.c \ |
74 | 74 | spells-diceroll.c spells-diceroll.h \ |
75 | 75 | spells-floor.c spells-floor.h \ |
@@ -79,7 +79,7 @@ hengband_SOURCES = \ | ||
79 | 79 | spells-world.c spells-world.h \ |
80 | 80 | \ |
81 | 81 | sort.c sort.h \ |
82 | - store.h store.c tables.c trap.c trap.h types.h util.c \ | |
82 | + store.h store.c tables.c term.c term.h trap.c trap.h types.h util.c \ | |
83 | 83 | variable.c wild.h wild.c wizard1.c wizard2.c \ |
84 | 84 | warning.c warning.h world.c world.h \ |
85 | 85 | \ |
@@ -669,7 +669,7 @@ static void roff_aux(MONRACE_IDX r_idx, BIT_FLAGS mode) | ||
669 | 669 | /* Mention the experience */ |
670 | 670 | hooked_roff(format(" is worth about %ld.%02ld point%s for level %d player", |
671 | 671 | (long)i, (long)j, |
672 | - (((i == 1) && (j == 0)) ? "" : "s")), p_ptr->lev); | |
672 | + (((i == 1) && (j == 0)) ? "" : "s"), p_ptr->lev)); | |
673 | 673 | |
674 | 674 | /* Take account of annoying English */ |
675 | 675 | p = "th"; |