diff options
-rw-r--r-- | engines/voyeur/animation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/voyeur/animation.cpp b/engines/voyeur/animation.cpp index 20af780755..c1ded75f02 100644 --- a/engines/voyeur/animation.cpp +++ b/engines/voyeur/animation.cpp @@ -100,7 +100,7 @@ const Common::List<Common::Rect> *RL2Decoder::getDirtyRects() const { if (_videoTrack) return _videoTrack->getDirtyRects(); - return 0; + return nullptr; } void RL2Decoder::clearDirtyRects() { |