summaryrefslogtreecommitdiff
path: root/src/map/log.h
diff options
context:
space:
mode:
authorbrianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-12-24 14:39:50 +0000
committerbrianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-12-24 14:39:50 +0000
commitb748bed3dd986b962fc866d1766d90d36f375b57 (patch)
tree0515d8e62a0fbace26f9402ddc5e2eec10c8bb42 /src/map/log.h
parent373cfe9bee3f297540d09cb0616e2b5da17463f3 (diff)
downloadhercules-b748bed3dd986b962fc866d1766d90d36f375b57.tar.gz
hercules-b748bed3dd986b962fc866d1766d90d36f375b57.tar.bz2
hercules-b748bed3dd986b962fc866d1766d90d36f375b57.tar.xz
hercules-b748bed3dd986b962fc866d1766d90d36f375b57.zip
- Fixed a compile error, blame goes to r15245 (ea:15040).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15246 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/log.h')
-rw-r--r--src/map/log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/log.h b/src/map/log.h
index 4d726e038..73a011755 100644
--- a/src/map/log.h
+++ b/src/map/log.h
@@ -67,7 +67,7 @@ int log_config_read(char *cfgName);
extern struct Log_Config
{
- enum log_what enable_logs;
+ enum e_log_pick_type enable_logs;
int filter;
bool sql_logs;
bool log_chat_woe_disable;