summaryrefslogtreecommitdiff
path: root/src/net/ea/gamehandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-18 21:26:04 +0300
committerAndrei Karas <akaras@inbox.ru>2014-08-18 21:26:04 +0300
commite21479ccc48ed8383a6ab72f45c43e12e8dffa69 (patch)
tree2882139edd93b0e3ae72fc541b366ed7246e46b2 /src/net/ea/gamehandler.cpp
parent506a064c94e44d4f896fa9b2dc74d30e7f7f8c33 (diff)
downloadmv-e21479ccc48ed8383a6ab72f45c43e12e8dffa69.tar.gz
mv-e21479ccc48ed8383a6ab72f45c43e12e8dffa69.tar.bz2
mv-e21479ccc48ed8383a6ab72f45c43e12e8dffa69.tar.xz
mv-e21479ccc48ed8383a6ab72f45c43e12e8dffa69.zip
Remove default values from okdialog constructor.
Diffstat (limited to 'src/net/ea/gamehandler.cpp')
-rw-r--r--src/net/ea/gamehandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/ea/gamehandler.cpp b/src/net/ea/gamehandler.cpp
index 244b2190f..f81121fd1 100644
--- a/src/net/ea/gamehandler.cpp
+++ b/src/net/ea/gamehandler.cpp
@@ -90,7 +90,7 @@ void GameHandler::processMapQuitResponse(Net::MessageIn &msg) const
if (msg.readUInt8())
{
new OkDialog(_("Game"), _("Request to quit denied!"),
- DialogType::ERROR);
+ DialogType::ERROR, true, true, nullptr, 260);
}
}