OSDN Git Service

[fix] #41503 超能力者でゲームを開始しようとするとクラッシュ
[hengband/hengband.git] / src / main / sound-definitions-table.c
1 #include "system/angband.h"
2 #include "main/sound-definitions-table.h"
3
4 const concptr angband_sound_name[SOUND_MAX] =
5 {
6         "dummy",
7         "hit",
8         "miss",
9         "flee",
10         "drop",
11         "kill",
12         "level",
13         "death",
14         "study",
15         "teleport",
16         "shoot",
17         "quaff",
18         "zap",
19         "walk",
20         "tpother",
21         "hitwall",
22         "eat",
23         "store1",
24         "store2",
25         "store3",
26         "store4",
27         "dig",
28         "opendoor",
29         "shutdoor",
30         "tplevel",
31         "scroll",
32         "buy",
33         "sell",
34         "warn",
35         "rocket",
36         "n_kill",
37         "u_kill",
38         "quest",
39         "heal",
40         "x_heal",
41         "bite",
42         "claw",
43         "m_spell",
44         "summon",
45         "breath",
46         "ball",
47         "m_heal",
48         "atkspell",
49         "evil",
50         "touch",
51         "sting",
52         "crush",
53         "slime",
54         "wail",
55         "winner",
56         "fire",
57         "acid",
58         "elec",
59         "cold",
60         "illegal",
61         "fail",
62         "wakeup",
63         "invuln",
64         "fall",
65         "pain",
66         "destitem",
67         "moan",
68         "show",
69         "unused",
70         "explode",
71         "glass",
72         "reflect",
73 };