From 00b4e509a0838b4b3cd946d855ca08ae2612ba7e Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 9 Sep 2017 18:46:10 -0400 Subject: TITANIC: Various whitespace fixes in star control classes --- engines/titanic/game/nav_helmet.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/titanic/game') 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(); -- cgit v1.2.3