diff --git a/source/enemy/nclam.cpp b/source/enemy/nclam.cpp index 86ac39eb5..5726bde43 100644 --- a/source/enemy/nclam.cpp +++ b/source/enemy/nclam.cpp @@ -208,7 +208,7 @@ void CNpcStaticClamEnemy::postInit() CNpcClamPlatform *platform = new ("clam platform") CNpcClamPlatform; - platform->setType( CNpcClamPlatform::NPC_CLAM_PLATFORM ); + platform->setThingSubType(CNpcClamPlatform::NPC_CLAM_PLATFORM); platform->setGraphic( (u8) 0 ); platform->init( Pos ); platform->setTiltable( false );