]> git.lizzy.rs Git - minetest.git/blobdiff - src/irr_aabb3d.h
Fix entity rotation in existing worlds (#7989)
[minetest.git] / src / irr_aabb3d.h
index 1e2784036e0ca5542e8d252ad0c49af0ec345367..73bb2db7a3f6aff95d7c8a1b2bc5b9e21d4f565e 100644 (file)
@@ -24,5 +24,3 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #include <aabbox3d.h>
 
 typedef core::aabbox3d<f32> aabb3f;
-typedef core::aabbox3d<s16> aabb3s16;
-typedef core::aabbox3d<s32> aabb3s32;