diff options
Diffstat (limited to 'src/compoundsprite.cpp')
-rw-r--r-- | src/compoundsprite.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compoundsprite.cpp b/src/compoundsprite.cpp index 982ea9fb..2ab911fa 100644 --- a/src/compoundsprite.cpp +++ b/src/compoundsprite.cpp @@ -264,7 +264,7 @@ void CompoundSprite::redraw() const #endif mWidth = mHeight = mOffsetX = mOffsetY = 0; - Sprite *s = NULL; + Sprite *s = nullptr; SpriteConstIterator it, it_end = mSprites.end(); int posX = 0; |