diff options
author | Paul Gilbert | 2017-09-09 18:46:10 -0400 |
---|---|---|
committer | Paul Gilbert | 2017-09-09 18:46:10 -0400 |
commit | 00b4e509a0838b4b3cd946d855ca08ae2612ba7e (patch) | |
tree | 8a55b7359e2716261401096e751c3b6d163b2a99 /engines/titanic/game | |
parent | 04dabb0cd220e030ee3149f11bf9dcf52fdcad0e (diff) | |
download | scummvm-rg350-00b4e509a0838b4b3cd946d855ca08ae2612ba7e.tar.gz scummvm-rg350-00b4e509a0838b4b3cd946d855ca08ae2612ba7e.tar.bz2 scummvm-rg350-00b4e509a0838b4b3cd946d855ca08ae2612ba7e.zip |
TITANIC: Various whitespace fixes in star control classes
Diffstat (limited to 'engines/titanic/game')
-rw-r--r-- | engines/titanic/game/nav_helmet.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/titanic/game/nav_helmet.cpp b/engines/titanic/game/nav_helmet.cpp index f4ea6e4a11..e59a16f22f 100644 --- a/engines/titanic/game/nav_helmet.cpp +++ b/engines/titanic/game/nav_helmet.cpp @@ -115,8 +115,8 @@ bool CNavHelmet::PETPhotoOnOffMsg(CPETPhotoOnOffMsg *msg) { bool CNavHelmet::PETStarFieldLockMsg(CPETStarFieldLockMsg *msg) { if (_helmetOn) { CPetControl *pet = getPetControl(); - CStarControl *starControl = 0; - bool isStarFieldMode=false; + CStarControl *starControl = nullptr; + bool isStarFieldMode = false; if (pet) starControl = pet->getStarControl(); |