1
0

Merge pull request #729 from worktycho/MetaRotate

Alternitive solution to #503
This commit is contained in:
Mattes D
2014-03-08 18:27:24 +01:00
13 changed files with 202 additions and 151 deletions

View File

@@ -9,7 +9,7 @@
cBlockDoorHandler::cBlockDoorHandler(BLOCKTYPE a_BlockType)
: cBlockHandler(a_BlockType)
: super(a_BlockType)
{
}