mirror of
https://github.com/minetest/minetest.git
synced 2025-03-28 21:22:34 +01:00
If you run minetest with valgrind, you'll quickly notice uninitialized jump depend error messages that point to s_base.cpp:131. This commit fixes those.