aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/gamestate.h
diff options
context:
space:
mode:
authorMatthew Hoops2012-09-09 16:25:45 -0400
committerMatthew Hoops2012-09-09 16:25:45 -0400
commit428702ca49a1fa25d0d439cb764ee9c88a54ee1e (patch)
tree57da86ab9760ee6898d402161e87ee646bac6650 /engines/pegasus/gamestate.h
parent9855f7b5d8a5d6ae0537313ea1f3737f25e4d97f (diff)
downloadscummvm-rg350-428702ca49a1fa25d0d439cb764ee9c88a54ee1e.tar.gz
scummvm-rg350-428702ca49a1fa25d0d439cb764ee9c88a54ee1e.tar.bz2
scummvm-rg350-428702ca49a1fa25d0d439cb764ee9c88a54ee1e.zip
PEGASUS: Fix some formatting issues
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);