This commit is contained in:
parent
126c67e5dd
commit
ec8a193146
10 changed files with 348 additions and 11 deletions
|
@ -22,10 +22,19 @@ class CNpcGhostTrainPlatform : public CNpcCartPlatform
|
|||
{
|
||||
public:
|
||||
void postInit();
|
||||
void slowDown();
|
||||
void speedUp();
|
||||
protected:
|
||||
void processMovement( int _frames );
|
||||
|
||||
u8 m_speedSetting;
|
||||
|
||||
enum
|
||||
{
|
||||
GO_DEFAULT = 0,
|
||||
GO_SLOW_DOWN = 1,
|
||||
GO_SPEED_UP,
|
||||
};
|
||||
};
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue