aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/hotspots.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lure/hotspots.h')
-rw-r--r--engines/lure/hotspots.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/lure/hotspots.h b/engines/lure/hotspots.h
index 1531c54467..9e849b0e28 100644
--- a/engines/lure/hotspots.h
+++ b/engines/lure/hotspots.h
@@ -166,7 +166,7 @@ private:
Direction _direction;
int _numSteps;
public:
- WalkingActionEntry(Direction dir, int steps): _direction(dir), _numSteps(steps) {};
+ WalkingActionEntry(Direction dir, int steps): _direction(dir), _numSteps(steps) {}
Direction direction() { return _direction; }
int &rawSteps() { return _numSteps; }
int numSteps();