From d9b204b78ea2c7636af7e8fcffd67065a6d08d84 Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Tue, 25 Sep 2012 22:09:21 -0400 Subject: PEGASUS: Fix minor formatting issue --- engines/pegasus/neighborhood/mars/robotship.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/pegasus/neighborhood') diff --git a/engines/pegasus/neighborhood/mars/robotship.cpp b/engines/pegasus/neighborhood/mars/robotship.cpp index 9963a446d1..639f208fc8 100644 --- a/engines/pegasus/neighborhood/mars/robotship.cpp +++ b/engines/pegasus/neighborhood/mars/robotship.cpp @@ -53,7 +53,7 @@ static const CoordType kRovingTop = kShuttleWindowTop + 20; static const CoordType kRovingWidth = kShuttleWindowMidH - kRovingLeft; static const CoordType kRovingHeight = kShuttleWindowMidV - kRovingTop; -RobotShip* g_robotShip = 0; +RobotShip *g_robotShip = 0; RobotShip::RobotShip() : _spritesMovie(kNoDisplayElement) { g_robotShip = this; -- cgit v1.2.3