aboutsummaryrefslogtreecommitdiff
path: root/engines/prince/prince.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/prince/prince.cpp')
-rw-r--r--engines/prince/prince.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/prince/prince.cpp b/engines/prince/prince.cpp
index 0267cf58bb..a0cb863dc2 100644
--- a/engines/prince/prince.cpp
+++ b/engines/prince/prince.cpp
@@ -2203,7 +2203,7 @@ void PrinceEngine::drawInvItems() {
int drawX = currInvX;
int drawY = currInvY;
- Graphics::Surface *itemSurface = NULL;
+ Graphics::Surface *itemSurface = nullptr;
if (itemNr != 68) {
itemSurface = _allInvList[itemNr].getSurface();
if (itemSurface->h < _maxInvH) {