mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 12:39:56 +00:00
PEGASUS: Fix minor formatting issue
This commit is contained in:
parent
bbec9fac20
commit
d9b204b78e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user