| 1455 | |
| 1456 | |
| 1457 | void cChunk::QueueSetBlock(int a_RelX, int a_RelY, int a_RelZ, BLOCKTYPE a_BlockType, NIBBLETYPE a_BlockMeta, Int64 a_Tick, BLOCKTYPE a_PreviousBlockType) |
| 1458 | { |
| 1459 | m_SetBlockQueue.push_back(sSetBlockQueueItem(a_RelX, a_RelY, a_RelZ, a_BlockType, a_BlockMeta, a_Tick, a_PreviousBlockType)); |
| 1460 | } |
| 1461 | |
| 1462 | |
| 1463 |
no test coverage detected