forked from Mirrorlandia_minetest/minetest
1980d9ea31
Active objects that are attached to other objects are not safe from deletion. As a result, the parent object may have a reference to an id of a child's that no longer exists. If at some point an attempt is made to manipulate the child, enviromment->getActiveObject(child-id) returns NULL. Using the NULL pointer causes the crash... |
||
---|---|---|
.. | ||
common | ||
cpp_api | ||
lua_api | ||
CMakeLists.txt | ||
scripting_game.cpp | ||
scripting_game.h | ||
scripting_mainmenu.cpp | ||
scripting_mainmenu.h |