1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

backing up some stuff

This commit is contained in:
Perttu Ahola 2011-01-26 17:13:19 +02:00
parent adb7f248da
commit bd100c5483
6 changed files with 172 additions and 43 deletions

View file

@ -160,7 +160,9 @@ TileSpec MapNode::getTile(v3s16 dir)
s32 dir_i = -1;
if(dir == v3s16(0,1,0))
if(dir == v3s16(0,0,0))
dir_i = -1;
else if(dir == v3s16(0,1,0))
dir_i = 0;
else if(dir == v3s16(0,-1,0))
dir_i = 1;