aboutsummaryrefslogtreecommitdiff
path: root/builtin/mainmenu/dlg_rename_modpack.lua
diff options
context:
space:
mode:
authorDaroc Alden <setupminimal@users.noreply.github.com>2022-03-11 15:22:49 -0500
committersfan5 <sfan5@live.de>2022-05-14 18:33:42 +0200
commit6e6cdc834fc2bf6192092d7a29aea72b760fa930 (patch)
treef7f2ed68054476c06f1fa2f264cde1180fba083f /builtin/mainmenu/dlg_rename_modpack.lua
parent4b81ae1b3590ba9159113605254e073c1efddf12 (diff)
downloadminetest-6e6cdc834fc2bf6192092d7a29aea72b760fa930.tar.gz
minetest-6e6cdc834fc2bf6192092d7a29aea72b760fa930.tar.bz2
minetest-6e6cdc834fc2bf6192092d7a29aea72b760fa930.zip
Fix undefined behavior in TileLayer (#12125)
Initialize the values properly
Diffstat (limited to 'builtin/mainmenu/dlg_rename_modpack.lua')
0 files changed, 0 insertions, 0 deletions
n the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include "mapgen_singlenode.h" #include "voxel.h" #include "mapblock.h" #include "mapnode.h" #include "map.h" #include "nodedef.h" #include "voxelalgorithms.h" #include "emerge.h" MapgenSinglenode::MapgenSinglenode(MapgenParams *params, EmergeParams *emerge)