aboutsummaryrefslogtreecommitdiff
path: root/saga/animation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'saga/animation.cpp')
-rw-r--r--saga/animation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/saga/animation.cpp b/saga/animation.cpp
index 81d80ebeb2..3c43aacdbf 100644
--- a/saga/animation.cpp
+++ b/saga/animation.cpp
@@ -125,7 +125,7 @@ void Anim::setCycles(uint16 animId, int cycles) {
}
void Anim::play(uint16 animId, int vectorTime, bool playing) {
- EVENT event;
+ Event event;
Surface *backGroundSurface;
byte *displayBuffer;