This commit is contained in:
parent
256ac1a6b9
commit
6bbad37e56
@ -208,7 +208,7 @@ void CNpcStaticClamEnemy::postInit()
|
|||||||
|
|
||||||
CNpcClamPlatform *platform = new ("clam platform") CNpcClamPlatform;
|
CNpcClamPlatform *platform = new ("clam platform") CNpcClamPlatform;
|
||||||
|
|
||||||
platform->setType( CNpcClamPlatform::NPC_CLAM_PLATFORM );
|
platform->setThingSubType(CNpcClamPlatform::NPC_CLAM_PLATFORM);
|
||||||
platform->setGraphic( (u8) 0 );
|
platform->setGraphic( (u8) 0 );
|
||||||
platform->init( Pos );
|
platform->init( Pos );
|
||||||
platform->setTiltable( false );
|
platform->setTiltable( false );
|
||||||
|
Loading…
Reference in New Issue
Block a user