diff options
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(); |
