diff options
-rw-r--r-- | engines/pegasus/neighborhood/mars/robotship.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |