1
0

Fixed wrong types. (BLOCKTYPE -> NIBBLETYPE)

This commit is contained in:
Howaner
2014-07-13 00:51:42 +02:00
parent 5f72cdac38
commit 905fed09a6
3 changed files with 6 additions and 6 deletions

View File

@@ -59,7 +59,7 @@ void InternalMergeBlocks(
}
else
{
BLOCKTYPE FakeDestMeta = 0;
NIBBLETYPE FakeDestMeta = 0;
Combinator(a_DstTypes[DstIdx], a_SrcTypes[SrcIdx], FakeDestMeta, (NIBBLETYPE)0);
}
++DstIdx;