Removed redundant semicolons and re-added warning

This commit is contained in:
archshift
2014-07-24 11:21:37 -07:00
parent c0b62ef139
commit 4191be7ddb
74 changed files with 110 additions and 110 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ public:
UNUSED(a_ChunkX);
UNUSED(a_ChunkZ);
UNUSED(a_Chunk);
};
}
/// Called when a block changes
virtual void WakeUp(int a_BlockX, int a_BlockY, int a_BlockZ, cChunk * a_Chunk);