aboutsummaryrefslogtreecommitdiff
path: root/src/script/cpp_api/s_cheats.cpp
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2020-10-18 14:28:17 +0200
committerElias Fleckenstein <eliasfleckenstein@web.de>2020-10-18 14:28:17 +0200
commit151e5782e1f1ed02bb12757c8fe95ca6449b1b89 (patch)
tree1986afbbf0adaa2b2a9dead06ce8c14341e71480 /src/script/cpp_api/s_cheats.cpp
parent7ed22368606b49bff31f60d2eaadbb96106ea85b (diff)
downloaddragonfireclient-151e5782e1f1ed02bb12757c8fe95ca6449b1b89.tar.xz
Lint is still not happy...
Diffstat (limited to 'src/script/cpp_api/s_cheats.cpp')
-rw-r--r--src/script/cpp_api/s_cheats.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/script/cpp_api/s_cheats.cpp b/src/script/cpp_api/s_cheats.cpp
index 45b75ff6d..3d0c5e645 100644
--- a/src/script/cpp_api/s_cheats.cpp
+++ b/src/script/cpp_api/s_cheats.cpp
@@ -29,7 +29,6 @@ ScriptApiCheatsCheat::ScriptApiCheatsCheat(
{
}
-
ScriptApiCheatsCheat::ScriptApiCheatsCheat(const std::string &name, const int &function) :
m_name(name), m_setting(""), m_function_ref(function)
{