aboutsummaryrefslogtreecommitdiff
path: root/saga/animation.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2005-08-10 14:11:22 +0000
committerEugene Sandulenko2005-08-10 14:11:22 +0000
commit00d676c3d226d3d4430d7faf294138de895f39d4 (patch)
tree66b8958b1e48bbe90f56e09fbe3afc68281a8744 /saga/animation.cpp
parent67b4b2c0d44b5b84cb1912b9e2c906fc59e97d2c (diff)
downloadscummvm-rg350-00d676c3d226d3d4430d7faf294138de895f39d4.tar.gz
scummvm-rg350-00d676c3d226d3d4430d7faf294138de895f39d4.tar.bz2
scummvm-rg350-00d676c3d226d3d4430d7faf294138de895f39d4.zip
EVENT -> Event
svn-id: r18644
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;