1
0

Fixed a bunch of MSVS warnings

* Possibly also fixed some bugs with pathfinding and TNT, though
unlikely
This commit is contained in:
Tiger Wang
2014-02-04 23:07:22 +00:00
parent 9eeeb91fa6
commit 630507fd5b
6 changed files with 8 additions and 7 deletions

View File

@@ -88,7 +88,7 @@ public:
default:
{
ASSERT(!"Unhandled block meta!");
return BLOCK_FACE_NONE;
return 0;
}
}
}