- cleaned up ceiling creation and moved the Create function out of the DCeiling class.
- did the same for floors so that FraggleScript no longer needs access to the thinkers themselves.
This commit is contained in:
parent
caae61de4c
commit
bc7e159be0
5 changed files with 261 additions and 292 deletions
|
|
@ -26,6 +26,7 @@ class DMover : public DSectorEffect
|
|||
HAS_OBJECT_POINTERS
|
||||
public:
|
||||
DMover (sector_t *sector);
|
||||
void StopInterpolation(bool force = false);
|
||||
protected:
|
||||
TObjPtr<DInterpolation> interpolation;
|
||||
private:
|
||||
|
|
@ -33,7 +34,6 @@ protected:
|
|||
DMover ();
|
||||
void Serialize (FArchive &arc);
|
||||
void Destroy();
|
||||
void StopInterpolation(bool force = false);
|
||||
};
|
||||
|
||||
class DMovingFloor : public DMover
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue