aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/neighborhood/exit.h
diff options
context:
space:
mode:
authorMatthew Hoops2011-12-20 18:26:25 -0500
committerMatthew Hoops2011-12-20 18:26:25 -0500
commita600dcb56a9633ebfae0d726480352b6f2e9b3ba (patch)
treefe0707cb889f8f5f424bf97ba280d5aede49e73c /engines/pegasus/neighborhood/exit.h
parent5fe762e7cdfd2ca72129abe2eac181ae5402aaff (diff)
downloadscummvm-rg350-a600dcb56a9633ebfae0d726480352b6f2e9b3ba.tar.gz
scummvm-rg350-a600dcb56a9633ebfae0d726480352b6f2e9b3ba.tar.bz2
scummvm-rg350-a600dcb56a9633ebfae0d726480352b6f2e9b3ba.zip
PEGASUS: Some space/misc cleanup
Diffstat (limited to 'engines/pegasus/neighborhood/exit.h')
-rwxr-xr-xengines/pegasus/neighborhood/exit.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/pegasus/neighborhood/exit.h b/engines/pegasus/neighborhood/exit.h
index 10b1b5938e..baa3381f11 100755
--- a/engines/pegasus/neighborhood/exit.h
+++ b/engines/pegasus/neighborhood/exit.h
@@ -68,11 +68,11 @@ public:
AlternateID altCode;
TimeValue movieStart;
TimeValue movieEnd;
- // fExitEnd is the end of the optimized run of walks.
+ // exitEnd is the end of the optimized run of walks.
TimeValue exitEnd;
TimeValue originalEnd;
- // fExitLoop is the loop start time of the optimized run of walks if the run
- // loops back on itself (so far, only in TSA).
+ // exitLoop is the loop start time of the optimized run of walks if the run
+ // loops back on itself (so far, only in TSA).
TimeValue exitLoop;
RoomID exitRoom;
DirectionConstant exitDirection;