OSDN Git Service

[Fix] #41324 sound()関数の参照先なし警告修正./ Fix clang (12.0.0) compiler error from recent...
authordeskull <deskull@users.sourceforge.jp>
Sun, 24 Jan 2021 11:34:16 +0000 (20:34 +0900)
committerdeskull <deskull@users.sourceforge.jp>
Sun, 24 Jan 2021 11:34:16 +0000 (20:34 +0900)
src/monster-floor/special-death-switcher.c

index d09490a..ea4cb51 100644 (file)
@@ -15,6 +15,7 @@
 #include "game-option/birth-options.h"
 #include "grid/grid.h"
 #include "main/sound-definitions-table.h"
+#include "main/sound-of-music.h"
 #include "monster-floor/monster-death-util.h"
 #include "monster-floor/monster-summon.h"
 #include "monster-floor/place-monster-types.h"