diff options
author | Matthew Hoops | 2012-09-25 22:09:21 -0400 |
---|---|---|
committer | Matthew Hoops | 2012-09-25 22:09:21 -0400 |
commit | d9b204b78ea2c7636af7e8fcffd67065a6d08d84 (patch) | |
tree | b8d8b62b33b8ea44a38fdb9f1d275f10c5fa8c5a /engines/pegasus/neighborhood | |
parent | bbec9fac207d9e85d647e5ee13d6f20b90b47a87 (diff) | |
download | scummvm-rg350-d9b204b78ea2c7636af7e8fcffd67065a6d08d84.tar.gz scummvm-rg350-d9b204b78ea2c7636af7e8fcffd67065a6d08d84.tar.bz2 scummvm-rg350-d9b204b78ea2c7636af7e8fcffd67065a6d08d84.zip |
PEGASUS: Fix minor formatting issue
Diffstat (limited to 'engines/pegasus/neighborhood')
-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; |