diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-12-02 19:59:32 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-12-02 19:59:32 +0300 |
commit | 914b7555f6b2b28497f70eaaadc6650961ef7f6b (patch) | |
tree | 723333f6d3da50b849437cb7026b482033fdc5b0 /src/gui/windows/npcselldialog.cpp | |
parent | c1cf7bb66f36310c14254954d24eb039f0386dd7 (diff) | |
download | ManaVerse-914b7555f6b2b28497f70eaaadc6650961ef7f6b.tar.gz ManaVerse-914b7555f6b2b28497f70eaaadc6650961ef7f6b.tar.bz2 ManaVerse-914b7555f6b2b28497f70eaaadc6650961ef7f6b.tar.xz ManaVerse-914b7555f6b2b28497f70eaaadc6650961ef7f6b.zip |
Add strong typed bool type IsSell.
Diffstat (limited to 'src/gui/windows/npcselldialog.cpp')
-rw-r--r-- | src/gui/windows/npcselldialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/windows/npcselldialog.cpp b/src/gui/windows/npcselldialog.cpp index ab9ae47d0..98972ef8f 100644 --- a/src/gui/windows/npcselldialog.cpp +++ b/src/gui/windows/npcselldialog.cpp @@ -45,7 +45,7 @@ #include "debug.h" NpcSellDialog::NpcSellDialog(const BeingId npcId) : - SellDialog(true, + SellDialog(IsSell_true, serverFeatures ? serverFeatures->haveAdvancedBuySell() : false), mNpcId(npcId) { |