aboutsummaryrefslogtreecommitdiff
path: root/engines/lastexpress/game/fight.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lastexpress/game/fight.h')
-rw-r--r--engines/lastexpress/game/fight.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/lastexpress/game/fight.h b/engines/lastexpress/game/fight.h
index 32d734d57c..4484017184 100644
--- a/engines/lastexpress/game/fight.h
+++ b/engines/lastexpress/game/fight.h
@@ -118,7 +118,7 @@ private:
Common::Functor2<Fighter *, FightAction, void> *handleAction;
Common::Functor1<Fighter *, void> *update;
Common::Functor2<Fighter const *, FightAction, bool> *canInteract;
- Fighter* opponent;
+ Fighter *opponent;
Common::Array<Sequence *> sequences;
uint32 sequenceIndex;
Sequence *sequence;
@@ -186,7 +186,7 @@ private:
}
};
- LastExpressEngine* _engine;
+ LastExpressEngine *_engine;
FightData *_data;
FightEndType _endType;
int _state;