PEGASUS: Fix minor formatting issue

This commit is contained in:
Matthew Hoops 2012-09-25 22:09:21 -04:00
parent bbec9fac20
commit d9b204b78e

View File

@ -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;