aboutsummaryrefslogtreecommitdiff
path: root/engines/lastexpress/game/logic.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lastexpress/game/logic.h')
-rw-r--r--engines/lastexpress/game/logic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/lastexpress/game/logic.h b/engines/lastexpress/game/logic.h
index efb8f1e1a3..b2d08cb06f 100644
--- a/engines/lastexpress/game/logic.h
+++ b/engines/lastexpress/game/logic.h
@@ -54,7 +54,7 @@ public:
void playFinalSequence() const;
void updateCursor(bool redraw = true) const;
- Action *getGameAction() { return _action; }
+ Action *getGameAction() { return _action; }
Beetle *getGameBeetle() { return _beetle; }
Entities *getGameEntities() { return _entities; }
Fight *getGameFight() { return _fight; }