diff options
Diffstat (limited to 'saga/palanim.cpp')
-rw-r--r-- | saga/palanim.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/saga/palanim.cpp b/saga/palanim.cpp index 96bde81987..a81a31ac0a 100644 --- a/saga/palanim.cpp +++ b/saga/palanim.cpp @@ -119,7 +119,7 @@ int PalAnim::loadPalAnim(const byte *resdata, size_t resdata_len) { } int PalAnim::cycleStart() { - EVENT event; + Event event; if (!_loaded) { return FAILURE; @@ -144,7 +144,7 @@ int PalAnim::cycleStep(int vectortime) { uint16 cycle; uint16 cycle_limit; - EVENT event; + Event event; if (!_loaded) { return FAILURE; |