diff options
author | GodLesZ <GodLesZ@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-23 14:04:25 +0000 |
---|---|---|
committer | GodLesZ <GodLesZ@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-23 14:04:25 +0000 |
commit | 4c8e69bb2f2c37a9dcea897248322b224f926ef2 (patch) | |
tree | d8886fa1ce90e5898a4eecdd684de92089a16df1 /src/map/battle.h | |
parent | a09dadb5b889a3d4429947ac3c2acba6e3f458ec (diff) | |
download | hercules-4c8e69bb2f2c37a9dcea897248322b224f926ef2.tar.gz hercules-4c8e69bb2f2c37a9dcea897248322b224f926ef2.tar.bz2 hercules-4c8e69bb2f2c37a9dcea897248322b224f926ef2.tar.xz hercules-4c8e69bb2f2c37a9dcea897248322b224f926ef2.zip |
- Removed unused "save_log" setting (addepted from char server, used to debug save/load of objects) (bugreport:3218)
- Fixed tabs in message output (bugreport:5156)
- * change - Ai4rei was faster :P
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15227 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/battle.h')
-rw-r--r-- | src/map/battle.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/battle.h b/src/map/battle.h index b53b794c3..6c280e085 100644 --- a/src/map/battle.h +++ b/src/map/battle.h @@ -240,7 +240,6 @@ extern struct Battle_Config int max_cart_weight; int skill_log; int battle_log; - int save_log; int etc_log; int save_clothcolor; int undead_detect_type; |