aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/transition.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/transition.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/transition.h')
-rwxr-xr-xengines/pegasus/transition.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/pegasus/transition.h b/engines/pegasus/transition.h
index dcd68e4c64..f32db63ebd 100755
--- a/engines/pegasus/transition.h
+++ b/engines/pegasus/transition.h
@@ -47,8 +47,8 @@ private:
static uint32 getBlack();
};
-// Transitions are faders that range over [0,1000], which makes their
-// "resolution" one tenth of a percent
+// Transitions are faders that range over [0,1000], which makes their
+// "resolution" one tenth of a percent
static const int kTransitionBottom = 0;
static const int kTransitionTop = 1000;