OSDN Git Service

[Refactor] #37353 DUNGEON_FEAT_PROB_NUM を dungeon.h へ移動.
authordeskull <deskull@users.sourceforge.jp>
Sat, 8 Jun 2019 11:02:19 +0000 (20:02 +0900)
committerdeskull <deskull@users.sourceforge.jp>
Sat, 8 Jun 2019 11:02:19 +0000 (20:02 +0900)
src/defines.h
src/dungeon.h

index fc2d851..0aa89c1 100644 (file)
 #define VIRTUE_LARGE 1
 #define VIRTUE_SMALL 2
 
-
-#define DUNGEON_FEAT_PROB_NUM 3
-
 #define MTIMED_CSLEEP   0 /* Monster is sleeping */
 #define MTIMED_FAST     1 /* Monster is temporarily fast */
 #define MTIMED_SLOW     2 /* Monster is temporarily slow */
index bf31334..b798da6 100644 (file)
@@ -1,6 +1,8 @@
 #pragma once
 #include "feature.h"
 
+#define DUNGEON_FEAT_PROB_NUM 3
+
 /* A structure for the != dungeon types */
 typedef struct dungeon_type dungeon_type;
 struct dungeon_type {