This commit is contained in:
parent
18dba8628b
commit
da561824de
2 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||||
|
|
|
@ -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();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue