Просмотр исходного кода

- Fixed a compile error, blame goes to r15245 (ea:15040).

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15246 54d463be-8e91-2dee-dedb-b68131a5f0ec
brianluau 13 лет назад
Родитель
Сommit
377a87174b
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/map/log.h

+ 1 - 1
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;