summaryrefslogtreecommitdiff
path: root/src/map/battle.h
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-03-08 15:18:32 -0600
committerJared Adams <jaxad0127@gmail.com>2009-03-08 15:18:32 -0600
commitc8da743b969b251bab107125d4af82ec7f4e376c (patch)
tree6d499634d8dcd49d80ae869cb28cca58893b1160 /src/map/battle.h
parent23c6c0e2c8b10bbecf1e673723914618170ac551 (diff)
downloadtmwa-c8da743b969b251bab107125d4af82ec7f4e376c.tar.gz
tmwa-c8da743b969b251bab107125d4af82ec7f4e376c.tar.bz2
tmwa-c8da743b969b251bab107125d4af82ec7f4e376c.tar.xz
tmwa-c8da743b969b251bab107125d4af82ec7f4e376c.zip
Strip some more out
Diffstat (limited to 'src/map/battle.h')
-rw-r--r--src/map/battle.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/map/battle.h b/src/map/battle.h
index 27b837b..65abac4 100644
--- a/src/map/battle.h
+++ b/src/map/battle.h
@@ -320,10 +320,6 @@ extern struct Battle_Config {
int drop_pickup_safety_zone; // [Fate] Max. distance to an object dropped by a kill by self in which dropsteal protection works
-#ifndef TXT_ONLY /* SQL-only options */
- int mail_system; // [Valaris]
-#endif
-
int itemheal_regeneration_factor; // [Fate] itemheal speed factor
} battle_config;