OSDN Git Service

For now, keep the GRAPHICS_NONE preprocessor macro in defines.h: comment out the...
authorEric Branlund <ebranlund@fastmail.com>
Sun, 25 Aug 2019 07:12:15 +0000 (00:12 -0700)
committerEric Branlund <ebranlund@fastmail.com>
Sun, 5 Apr 2020 05:09:35 +0000 (22:09 -0700)
src/grafmode.h

index 45a1a5a..3cb022f 100644 (file)
 
 /**
  * Default graphic modes
+ *
+ * For Hengband, this preprocessor macro is in defines.h.
  */
-#define GRAPHICS_NONE           0
+/* #define GRAPHICS_NONE           0 */
 
 
 /**