1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-28 08:48:48 +02:00

Fixed CID 1366371

This commit is contained in:
AlexVinS 2016-11-25 19:36:40 +03:00
parent 663099882c
commit 6a616a5d33

View File

@ -326,6 +326,10 @@ CTradeWindow::CTradeWindow(std::string bgName, const IMarket *Market, const CGHe
arts(nullptr),
hLeft(nullptr),
hRight(nullptr),
ok(nullptr),
max(nullptr),
deal(nullptr),
slider(nullptr),
readyToTrade(false)
{
type |= BLOCK_ADV_HOTKEYS;