From d0e9a569f832fae6a91d163c6c8b93f7eb924ff5 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Wed, 16 Jan 2013 18:18:57 -0800 Subject: Clean up some things after declassization --- src/char/char.cpp | 2 ++ src/char/int_party.cpp | 2 ++ src/char/int_storage.cpp | 2 ++ src/char/inter.cpp | 2 ++ 4 files changed, 8 insertions(+) (limited to 'src/char') diff --git a/src/char/char.cpp b/src/char/char.cpp index 64ccdf5..093edc3 100644 --- a/src/char/char.cpp +++ b/src/char/char.cpp @@ -34,6 +34,8 @@ #include "int_party.hpp" #include "int_storage.hpp" +#include "../poison.hpp" + static struct mmo_map_server server[MAX_MAP_SERVERS]; static diff --git a/src/char/int_party.cpp b/src/char/int_party.cpp index 8c3eab8..fccb0c2 100644 --- a/src/char/int_party.cpp +++ b/src/char/int_party.cpp @@ -13,6 +13,8 @@ #include "char.hpp" #include "inter.hpp" +#include "../poison.hpp" + char party_txt[1024] = "save/party.txt"; static diff --git a/src/char/int_storage.cpp b/src/char/int_storage.cpp index 98d443f..6568d10 100644 --- a/src/char/int_storage.cpp +++ b/src/char/int_storage.cpp @@ -15,6 +15,8 @@ #include +#include "../poison.hpp" + // ファイル名のデフォルト // inter_config_read()で再設定される char storage_txt[1024] = "save/storage.txt"; diff --git a/src/char/inter.cpp b/src/char/inter.cpp index f04500c..fe82ac3 100644 --- a/src/char/inter.cpp +++ b/src/char/inter.cpp @@ -17,6 +17,8 @@ #include "int_party.hpp" #include "int_storage.hpp" +#include "../poison.hpp" + #define WISDATA_TTL (60*1000) // Existence time of Wisp/page data (60 seconds) // that is the waiting time of answers of all map-servers #define WISDELLIST_MAX 256 // Number of elements of Wisp/page data deletion list -- cgit v1.2.3-60-g2f50