Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit 87be473

Browse files
committed
Revert "Fixed post effect being registered in Travel"
This reverts commit ac055c1.
1 parent d3a53f5 commit 87be473

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

Entities/MOSParticle.cpp

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -149,14 +149,6 @@ namespace RTE {
149149
}
150150
}
151151

152-
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
153-
154-
void MOSParticle::Update() {
155-
MOSprite::Update();
156-
157-
if (m_pScreenEffect) { SetPostScreenEffectToDraw(); }
158-
}
159-
160152
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
161153

162154
void MOSParticle::Draw(BITMAP *targetBitmap, const Vector &targetPos, DrawMode mode, bool onlyPhysical) const {

Entities/MOSParticle.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -130,11 +130,6 @@ namespace RTE {
130130
/// <returns>Whether the MOSParticle should immediately halt any travel going on after this sinkage.</returns>
131131
bool OnSink(HitData &hd) override { return false; }
132132

133-
/// <summary>
134-
/// Updates this MOParticle. Supposed to be done every frame.
135-
/// </summary>
136-
void Update() override;
137-
138133
/// <summary>
139134
/// Draws this MOSParticle's current graphical representation to a BITMAP of choice.
140135
/// </summary>

0 commit comments

Comments
 (0)