This commit is contained in:
Charles 2001-07-20 14:49:04 +00:00
parent 18dba8628b
commit da561824de
2 changed files with 4 additions and 4 deletions

View File

@ -18,7 +18,7 @@
void CNpcLoveBoatPlatform::postInit()
{
CNpcCartPlatform::postInit();
CNpcGhostTrainPlatform::postInit();
sBBox boundingBox = m_modelGfx->GetBBox();
boundingBox.YMin += 32;

View File

@ -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();