aboutsummaryrefslogtreecommitdiff
path: root/src/nodedef.cpp
diff options
context:
space:
mode:
authorNathanaƫl Courant <Ekdohibs@users.noreply.github.com>2017-02-01 00:02:30 +0100
committerAuke Kok <sofar+github@foo-projects.org>2017-01-31 15:02:30 -0800
commit3e355ab7d5ccdcd77f104eee57237828410b85d7 (patch)
treea1d2e9529b4bc718a8327920cd77900b430594b8 /src/nodedef.cpp
parent74afe6fe6bf5bd6eeba3b6f4fbbfbe8758e7f750 (diff)
downloadminetest-3e355ab7d5ccdcd77f104eee57237828410b85d7.tar.gz
minetest-3e355ab7d5ccdcd77f104eee57237828410b85d7.tar.bz2
minetest-3e355ab7d5ccdcd77f104eee57237828410b85d7.zip
Make facedir_to_dir and wallmounted_to_dir work with coloured nodes as well. (#5153)
Diffstat (limited to 'src/nodedef.cpp')
0 files changed, 0 insertions, 0 deletions
edistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This program is distributed in 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"