diff --git a/src/XmlToLua.cpp b/src/XmlToLua.cpp index 24a6a4267e..44f376111f 100644 --- a/src/XmlToLua.cpp +++ b/src/XmlToLua.cpp @@ -151,11 +151,11 @@ void hidden_conv(vector& args) args[0]= "visible"; if(args[1] == "1") { - args[1]= "true"; + args[1]= "false"; } else { - args[1]= "false"; + args[1]= "true"; } } void diffuse_conv(vector& args)