Fixed a bunch of MSVS warnings
* Possibly also fixed some bugs with pathfinding and TNT, though unlikely
This commit is contained in:
@@ -88,7 +88,7 @@ public:
|
||||
default:
|
||||
{
|
||||
ASSERT(!"Unhandled block meta!");
|
||||
return BLOCK_FACE_NONE;
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user