This commit is contained in:
parent
d2971296b8
commit
7478d3483b
88 changed files with 260 additions and 260 deletions
|
@ -21,12 +21,12 @@
|
|||
class CNpcConveyorSwitchHazard : public CNpcHazard
|
||||
{
|
||||
public:
|
||||
virtual void setWaypoints( sThingHazard *ThisHazard );
|
||||
void setWaypoints( sThingHazard *ThisHazard );
|
||||
void init();
|
||||
virtual void render();
|
||||
virtual void trigger();
|
||||
void render();
|
||||
void trigger();
|
||||
protected:
|
||||
virtual void collidedWith(CThing *_thisThing) {}
|
||||
void collidedWith(CThing *_thisThing) {}
|
||||
|
||||
u8 m_reversed;
|
||||
DVECTOR m_conveyorPos;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue