1
0

Revesed typedef

This commit is contained in:
Tycho 2014-03-01 10:14:24 -08:00
parent 65edffd5b0
commit 5093b75ef1

View File

@ -12,7 +12,7 @@
class cBlockDoorHandler : class cBlockDoorHandler :
public cMetaRotater<cBlockHandler,0x03,0x01,0x02,0x03,0x00, true> 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: public:
cBlockDoorHandler(BLOCKTYPE a_BlockType); cBlockDoorHandler(BLOCKTYPE a_BlockType);