aboutsummaryrefslogtreecommitdiff
path: root/saga/actor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'saga/actor.cpp')
-rw-r--r--saga/actor.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/saga/actor.cpp b/saga/actor.cpp
index 0037f0dd01..f09fc04996 100644
--- a/saga/actor.cpp
+++ b/saga/actor.cpp
@@ -598,7 +598,7 @@ void Actor::takeExit(uint16 actorId, const HitZone *hitZone) {
}
void Actor::stepZoneAction(ActorData *actor, const HitZone *hitZone, bool exit, bool stopped) {
- EVENT event;
+ Event event;
if (actor != _protagonist) {
return;
@@ -2093,7 +2093,7 @@ void Actor::abortSpeech() {
void Actor::moveDragon(ActorData *actor) {
int16 dir0, dir1, dir2, dir3;
int16 moveType;
- EVENT event;
+ Event event;
const DragonMove *dragonMove;
if ((actor->actionCycle < 0) ||