aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Hoops2012-04-06 14:49:47 -0400
committerMatthew Hoops2012-04-06 14:49:47 -0400
commit2c2633e5443a6e3b168b8c7b3b33160f82ef0481 (patch)
tree22c8aa77d3cb0007e119da6af1774d89da17e165
parent3abacdae830392ae72d4d5c02c596af87370255e (diff)
downloadscummvm-rg350-2c2633e5443a6e3b168b8c7b3b33160f82ef0481.tar.gz
scummvm-rg350-2c2633e5443a6e3b168b8c7b3b33160f82ef0481.tar.bz2
scummvm-rg350-2c2633e5443a6e3b168b8c7b3b33160f82ef0481.zip
PEGASUS: More MSVC "fixes"
-rw-r--r--engines/pegasus/items/biochips/aichip.h2
-rw-r--r--engines/pegasus/neighborhood/zoom.cpp2
-rw-r--r--engines/pegasus/scoring.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/engines/pegasus/items/biochips/aichip.h b/engines/pegasus/items/biochips/aichip.h
index e0cbd994dd..7a33953612 100644
--- a/engines/pegasus/items/biochips/aichip.h
+++ b/engines/pegasus/items/biochips/aichip.h
@@ -66,4 +66,4 @@ extern AIChip *g_AIChip;
} // End of namespace Pegasus
-#endif \ No newline at end of file
+#endif
diff --git a/engines/pegasus/neighborhood/zoom.cpp b/engines/pegasus/neighborhood/zoom.cpp
index b7cadfaeb5..478ec6e493 100644
--- a/engines/pegasus/neighborhood/zoom.cpp
+++ b/engines/pegasus/neighborhood/zoom.cpp
@@ -71,4 +71,4 @@ ZoomTable::Entry ZoomTable::findEntry(HotSpotID hotspot) {
return Entry();
}
-} // End of namespace Pegasus \ No newline at end of file
+} // End of namespace Pegasus
diff --git a/engines/pegasus/scoring.h b/engines/pegasus/scoring.h
index 6ca99740dd..fbf8641ecb 100644
--- a/engines/pegasus/scoring.h
+++ b/engines/pegasus/scoring.h
@@ -278,4 +278,4 @@ static const GameScoreType kMaxTotalScore = kMaxCaldoriaTSAScore +
kMaxGandhiScore;
} // End of namespace Pegasus
-#endif \ No newline at end of file
+#endif