summaryrefslogtreecommitdiffstats
path: root/src/ui/map.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/map.cpp')
-rw-r--r--src/ui/map.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/map.cpp b/src/ui/map.cpp
index 2714c04..30edfb1 100644
--- a/src/ui/map.cpp
+++ b/src/ui/map.cpp
@@ -223,7 +223,7 @@ void CMap::SetHighlight(CObject* pObj)
m_highlightRank = -1;
if ( m_bToy || m_fixImage[0] != 0 )
return; // card with still image?
- if ( pObj == 0 )
+ if ( pObj == nullptr )
return;
for (int i = 0; i < MAPMAXOBJECT; i++) {