From 6bbad37e561042f676e9ad17359ced47cd2196e6 Mon Sep 17 00:00:00 2001 From: Daveo Date: Tue, 29 May 2001 18:56:18 +0000 Subject: [PATCH] --- source/enemy/nclam.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 );