summaryrefslogtreecommitdiffstats
path: root/src/Bindings/DeprecatedBindings.cpp
diff options
context:
space:
mode:
authorbibo38 <bibo38@users.noreply.github.com>2017-12-21 12:36:58 +0100
committerAlexander Harkness <me@bearbin.net>2017-12-21 12:36:58 +0100
commit532731e6f4c0d843d355ff8f2d9f63e4e7854e6a (patch)
tree68c7c70e33fde99b21de53e1b3c7b86c6872c8b5 /src/Bindings/DeprecatedBindings.cpp
parentAdded Github-related rules to Contributing.md (#4076) (diff)
downloadcuberite-532731e6f4c0d843d355ff8f2d9f63e4e7854e6a.tar
cuberite-532731e6f4c0d843d355ff8f2d9f63e4e7854e6a.tar.gz
cuberite-532731e6f4c0d843d355ff8f2d9f63e4e7854e6a.tar.bz2
cuberite-532731e6f4c0d843d355ff8f2d9f63e4e7854e6a.tar.lz
cuberite-532731e6f4c0d843d355ff8f2d9f63e4e7854e6a.tar.xz
cuberite-532731e6f4c0d843d355ff8f2d9f63e4e7854e6a.tar.zst
cuberite-532731e6f4c0d843d355ff8f2d9f63e4e7854e6a.zip
Diffstat (limited to 'src/Bindings/DeprecatedBindings.cpp')
-rw-r--r--src/Bindings/DeprecatedBindings.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Bindings/DeprecatedBindings.cpp b/src/Bindings/DeprecatedBindings.cpp
index 3ae1fd990..031b69356 100644
--- a/src/Bindings/DeprecatedBindings.cpp
+++ b/src/Bindings/DeprecatedBindings.cpp
@@ -270,7 +270,7 @@ static int tolua_AllToLua_StringToMobType00(lua_State* tolua_S)
else
#endif
{
- const AString a_MobString = tolua_tocppstring(LuaState, 1, 0);
+ const AString a_MobString = tolua_tocppstring(LuaState, 1, nullptr);
eMonsterType MobType = cMonster::StringToMobType(a_MobString);
tolua_pushnumber(LuaState, static_cast<lua_Number>(MobType));
tolua_pushcppstring(LuaState, a_MobString);