diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-05-04 02:29:22 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-05-04 02:29:22 +0300 |
commit | c428202503a6f57e3f9381af880a6d594aca4c65 (patch) | |
tree | 242296fe51605565b8fd25470af5162c3dce0a6f /src/inventory.cpp | |
parent | b94678289a5e671fc168ec58525b7aae2a56e6ec (diff) | |
download | plus-c428202503a6f57e3f9381af880a6d594aca4c65.tar.gz plus-c428202503a6f57e3f9381af880a6d594aca4c65.tar.bz2 plus-c428202503a6f57e3f9381af880a6d594aca4c65.tar.xz plus-c428202503a6f57e3f9381af880a6d594aca4c65.zip |
Fix compilation with different options.
Diffstat (limited to 'src/inventory.cpp')
-rw-r--r-- | src/inventory.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/inventory.cpp b/src/inventory.cpp index f2acdbeda..66de463a1 100644 --- a/src/inventory.cpp +++ b/src/inventory.cpp @@ -315,11 +315,13 @@ std::string Inventory::getName() const // TRANSLATORS: inventory type name return N_("Npc"); } +#ifdef EATHENA_SUPPORT case InventoryType::MAIL: { // TRANSLATORS: inventory type name return N_("Mail"); } +#endif case InventoryType::TRADE: { // TRANSLATORS: inventory type name |