OSDN Git Service

[Refactor] #37353 USE_SPECIAL のプリプロが有効であることを前提とし、プリプロ自体は削除 / Removed USE_SPECIAL...
authorHourier <hourier@users.sourceforge.jp>
Tue, 28 Jan 2020 12:54:10 +0000 (21:54 +0900)
committerHourier <hourier@users.sourceforge.jp>
Tue, 28 Jan 2020 12:54:10 +0000 (21:54 +0900)
src/h-config.h

index 0069f79..4e1cacf 100644 (file)
 
 #endif /* INCLUDED_H_CONFIG_H */
 
-/* Allow various special stuff (sound, graphics, etc.) */
-#define USE_SPECIAL
-
 #ifndef HAVE_CONFIG_H
 
 /*
 /* #define SCORE_CHEATERS */
 
 
-#ifdef USE_SPECIAL
-
 /*
  * OPTION: Allow the use of "sound" in various places.
  */
  */
 #define USE_MUSIC
 
-#endif /* USE_SPECIAL */
-
 
 /*
  * OPTION: Set the "default" path to the angband "lib" directory.