aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/scoring.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/scoring.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/scoring.h')
-rwxr-xr-xengines/pegasus/scoring.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/engines/pegasus/scoring.h b/engines/pegasus/scoring.h
index efae17c955..6ca99740dd 100755
--- a/engines/pegasus/scoring.h
+++ b/engines/pegasus/scoring.h
@@ -32,7 +32,7 @@ namespace Pegasus {
/////////////////////////////////////////////
//
-// Scoring.
+// Scoring.
static const CoordType kDeathScreenScoreLeft = 151;
static const CoordType kDeathScreenScoreTop = 212;
@@ -40,7 +40,7 @@ static const CoordType kDeathScreenScoreWidth = 124;
static const CoordType kDeathScreenScoreHeight = 12;
static const CoordType kDeathScreenScoreSkipVert = -16;
-// Caldoria & TSA
+// Caldoria & TSA
static const GameScoreType kSawINNScore = 5;
static const GameScoreType kTookShowerScore = 2;
@@ -124,7 +124,7 @@ static const GameScoreType kMaxCaldoriaTSAScoreAfter = kWentAfterSinclairScore
static const GameScoreType kMaxCaldoriaTSAScore = kMaxCaldoriaTSAScoreBefore +
kMaxCaldoriaTSAScoreAfter;
-// Prehistoric
+// Prehistoric
static const GameScoreType kThrewBreakerScore = 10;
static const GameScoreType kExtendedBridgeScore = 10;
@@ -136,7 +136,7 @@ static const GameScoreType kMaxPrehistoricScore = kThrewBreakerScore +
kGotHistoricalLogScore +
kFinishedPrehistoricScore;
-// Mars
+// Mars
static const GameScoreType kThrownByRobotScore = 3;
static const GameScoreType kGotMarsCardScore = 5;
@@ -182,7 +182,7 @@ static const GameScoreType kMaxMarsScore = kThrownByRobotScore +
kGotMarsOpMemChipScore +
kFinishedMarsScore;
-// Norad
+// Norad
static const GameScoreType kSawSecurityMonitorScore = 5;
static const GameScoreType kFilledOxygenCanisterScore = 5;
@@ -216,7 +216,7 @@ static const GameScoreType kMaxNoradScore = kSawSecurityMonitorScore +
kGotNoradOpMemChipScore +
kFinishedNoradScore;
-// WSC
+// WSC
static const GameScoreType kRemovedDartScore = 5;
static const GameScoreType kAnalyzedDartScore = 5;
@@ -260,7 +260,7 @@ static const GameScoreType kMaxWSCScore = kRemovedDartScore +
kGotWSCOpMemChipScore +
kFinishedWSCScore;
-// Gandhi
+// Gandhi
static const GameScoreType kMarsGandhiScore = 10;
static const GameScoreType kNoradGandhiScore = 10;