summaryrefslogtreecommitdiff
path: root/src/compoundsprite.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/compoundsprite.cpp')
-rw-r--r--src/compoundsprite.cpp2
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;