aboutsummaryrefslogtreecommitdiff
path: root/engines/prince/prince.cpp
diff options
context:
space:
mode:
authorlukaslw2014-10-08 18:09:18 +0200
committerlukaslw2014-10-08 18:09:18 +0200
commita554fa9f7d35679c36cb9149a080d9f8a1e5cbe4 (patch)
tree2c84d55778f54e80789f97b1d76ad32e2d515421 /engines/prince/prince.cpp
parent78684333478cd567c820b930d0ba6663a0cecdd0 (diff)
downloadscummvm-rg350-a554fa9f7d35679c36cb9149a080d9f8a1e5cbe4.tar.gz
scummvm-rg350-a554fa9f7d35679c36cb9149a080d9f8a1e5cbe4.tar.bz2
scummvm-rg350-a554fa9f7d35679c36cb9149a080d9f8a1e5cbe4.zip
PRINCE: Changing all occurrences of NULL to nullptr
To beconsistent and to keep just one of them
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) {