aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/gamestate.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/pegasus/gamestate.h')
-rw-r--r--engines/pegasus/gamestate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/pegasus/gamestate.h b/engines/pegasus/gamestate.h
index 7812003e15..14ff5335f5 100644
--- a/engines/pegasus/gamestate.h
+++ b/engines/pegasus/gamestate.h
@@ -313,7 +313,7 @@ public:
RoomViewID getCurrentRoomAndView();
void getNextLocation(NeighborhoodID &neighborhood, RoomID &room, DirectionConstant &direction);
- void setNextLocation(const NeighborhoodID neighborhood, const RoomID room, const DirectionConstant direction);
+ void setNextLocation(const NeighborhoodID neighborhood, const RoomID room, const DirectionConstant direction);
NeighborhoodID getNextNeighborhood();
void setNextNeighborhood(const NeighborhoodID neighborhood);