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() void CNpcLoveBoatPlatform::postInit()
{ {
CNpcCartPlatform::postInit(); CNpcGhostTrainPlatform::postInit();
sBBox boundingBox = m_modelGfx->GetBBox(); sBBox boundingBox = m_modelGfx->GetBBox();
boundingBox.YMin += 32; boundingBox.YMin += 32;

View file

@ -14,11 +14,11 @@
#ifndef __PLATFORM_PLURVE_H__ #ifndef __PLATFORM_PLURVE_H__
#define __PLATFORM_PLURVE_H__ #define __PLATFORM_PLURVE_H__
#ifndef __PLATFORM_PCART_H__ #ifndef __PLATFORM_PGHOST_H__
#include "platform\pcart.h" #include "platform\pghost.h"
#endif #endif
class CNpcLoveBoatPlatform : public CNpcCartPlatform class CNpcLoveBoatPlatform : public CNpcGhostTrainPlatform
{ {
public: public:
void postInit(); void postInit();