diff --git a/source/platform/plurve.cpp b/source/platform/plurve.cpp index 6172cb053..becfa713c 100644 --- a/source/platform/plurve.cpp +++ b/source/platform/plurve.cpp @@ -18,7 +18,7 @@ void CNpcLoveBoatPlatform::postInit() { - CNpcCartPlatform::postInit(); + CNpcGhostTrainPlatform::postInit(); sBBox boundingBox = m_modelGfx->GetBBox(); boundingBox.YMin += 32; diff --git a/source/platform/plurve.h b/source/platform/plurve.h index 6f803d04f..e43d1a52b 100644 --- a/source/platform/plurve.h +++ b/source/platform/plurve.h @@ -14,11 +14,11 @@ #ifndef __PLATFORM_PLURVE_H__ #define __PLATFORM_PLURVE_H__ -#ifndef __PLATFORM_PCART_H__ -#include "platform\pcart.h" +#ifndef __PLATFORM_PGHOST_H__ +#include "platform\pghost.h" #endif -class CNpcLoveBoatPlatform : public CNpcCartPlatform +class CNpcLoveBoatPlatform : public CNpcGhostTrainPlatform { public: void postInit();