aboutsummaryrefslogtreecommitdiff
path: root/games/devtest/mods/basetools/textures/basetools_titaniumsword.png
diff options
context:
space:
mode:
authorZughy <63455151+Zughy@users.noreply.github.com>2022-08-10 18:03:57 +0200
committersfan5 <sfan5@live.de>2022-09-14 13:37:44 +0200
commit96e35585b042222a026f5c0816492672000a2330 (patch)
treeb537a09241ab19d6a39abb1dda559db6913a4ecc /games/devtest/mods/basetools/textures/basetools_titaniumsword.png
parentf035fe9336f80bfc9423e7ee0b1fde128844dbe6 (diff)
downloadminetest-96e35585b042222a026f5c0816492672000a2330.tar.gz
minetest-96e35585b042222a026f5c0816492672000a2330.tar.bz2
minetest-96e35585b042222a026f5c0816492672000a2330.zip
Fix crash when stars are reset
Diffstat (limited to 'games/devtest/mods/basetools/textures/basetools_titaniumsword.png')
0 files changed, 0 insertions, 0 deletions
com"> 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 "directiontables.h" const v3s16 g_6dirs[6] = { // +right, +top, +back v3s16( 0, 0, 1), // back v3s16( 0, 1, 0), // top v3s16( 1, 0, 0), // right v3s16( 0, 0,-1), // front v3s16( 0,-1, 0), // bottom v3s16(-1, 0, 0) // left }; const v3s16 g_7dirs[7] = { v3s16(0,0,1), // back v3s16(0,1,0), // top v3s16(1,0,0), // right v3s16(0,0,-1), // front v3s16(0,-1,0), // bottom v3s16(-1,0,0), // left v3s16(0,0,0), // self }; const v3s16 g_26dirs[26] = { // +right, +top, +back