summaryrefslogtreecommitdiff
path: root/src/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client.cpp')
-rw-r--r--src/client.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client.cpp b/src/client.cpp
index ed7efa69c..4a82ee9ce 100644
--- a/src/client.cpp
+++ b/src/client.cpp
@@ -560,6 +560,8 @@ void Client::gameInit()
mButtonPadding = mSkin->getPadding();
mButtonSpacing = mSkin->getOption("spacing", 3);
}
+ if (settings.options.error)
+ inputManager.executeAction(InputAction::ERROR);
}
Client::~Client()