aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/fader.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/pegasus/fader.h')
-rwxr-xr-xengines/pegasus/fader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/pegasus/fader.h b/engines/pegasus/fader.h
index 8c4fb0ba81..24ecae021b 100755
--- a/engines/pegasus/fader.h
+++ b/engines/pegasus/fader.h
@@ -99,7 +99,7 @@ protected:
class FaderAnimation : public DisplayElement, public Fader {
public:
- FaderAnimation(const tDisplayElementID id) : DisplayElement(id) {}
+ FaderAnimation(const DisplayElementID id) : DisplayElement(id) {}
virtual ~FaderAnimation() {}
void setFaderValue(const int32);