forked from github/server
FAST_DEBUG kann wieder ausgeschaltet werden.
This commit is contained in:
parent
07cb8d1fad
commit
6dd3e9b1d4
|
@ -84,7 +84,7 @@ static FILE *bdebug;
|
||||||
# define DAMAGE_QUOTIENT 1 /* damage += skilldiff/DAMAGE_QUOTIENT */
|
# define DAMAGE_QUOTIENT 1 /* damage += skilldiff/DAMAGE_QUOTIENT */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define DEBUG_FAST /* should be disabled when I'm sure it works */
|
#undef DEBUG_FAST /* should be disabled when I'm sure it works */
|
||||||
|
|
||||||
typedef enum combatmagic {
|
typedef enum combatmagic {
|
||||||
DO_PRECOMBATSPELL,
|
DO_PRECOMBATSPELL,
|
||||||
|
|
Loading…
Reference in New Issue