Revesed typedef
This commit is contained in:
parent
65edffd5b0
commit
5093b75ef1
@ -12,7 +12,7 @@
|
||||
class cBlockDoorHandler :
|
||||
public cMetaRotater<cBlockHandler,0x03,0x01,0x02,0x03,0x00, true>
|
||||
{
|
||||
typedef super cMetaRotater<cBlockHandler,0x03,0x01,0x02,0x03,0x00, true>;
|
||||
typedef cMetaRotater<cBlockHandler,0x03,0x01,0x02,0x03,0x00, true> super;
|
||||
public:
|
||||
cBlockDoorHandler(BLOCKTYPE a_BlockType);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user