summaryrefslogtreecommitdiff
path: root/src/net/eathena/generalhandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-05-28 00:55:13 +0300
committerAndrei Karas <akaras@inbox.ru>2015-05-28 00:55:13 +0300
commit01a0e4b658241cc3dbd8a5d11d34a6de48dab159 (patch)
tree37294c079b9a05768b7380f7595784eb73485769 /src/net/eathena/generalhandler.cpp
parent072b727ae4d072d6c84f3331d78ca5a2ac76d271 (diff)
downloadManaVerse-01a0e4b658241cc3dbd8a5d11d34a6de48dab159.tar.gz
ManaVerse-01a0e4b658241cc3dbd8a5d11d34a6de48dab159.tar.bz2
ManaVerse-01a0e4b658241cc3dbd8a5d11d34a6de48dab159.tar.xz
ManaVerse-01a0e4b658241cc3dbd8a5d11d34a6de48dab159.zip
Add strong typed bool type Visible.
Diffstat (limited to 'src/net/eathena/generalhandler.cpp')
-rw-r--r--src/net/eathena/generalhandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/generalhandler.cpp b/src/net/eathena/generalhandler.cpp
index 3c442af82..704f7787d 100644
--- a/src/net/eathena/generalhandler.cpp
+++ b/src/net/eathena/generalhandler.cpp
@@ -380,7 +380,7 @@ void GeneralHandler::clearHandlers()
void GeneralHandler::gameStarted() const
{
if (inventoryWindow)
- inventoryWindow->setSplitAllowed(false);
+ inventoryWindow->setSplitAllowed(Visible_false);
if (skillDialog)
skillDialog->loadSkills();