summaryrefslogtreecommitdiff
path: root/src/d/d_drawlist.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/d/d_drawlist.cpp')
-rw-r--r--src/d/d_drawlist.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/d_drawlist.cpp b/src/d/d_drawlist.cpp
index 25ef94fe33..1934a687f1 100644
--- a/src/d/d_drawlist.cpp
+++ b/src/d/d_drawlist.cpp
@@ -3,7 +3,7 @@
// Translation Unit: d/d_drawlist
//
-#include "d/dolzel.h"
+#include "d/dolzel.h" // IWYU pragma: keep
#include "JSystem/J2DGraph/J2DAnimation.h"
#include "JSystem/J2DGraph/J2DGrafContext.h"
@@ -32,7 +32,7 @@ public:
J2DPicture* getPicture(u64 i_tag) {
J2DPane* pane = getPane(i_tag);
- JUT_ASSERT(1553, pane != 0);
+ JUT_ASSERT(1553, pane != NULL);
if (pane->getTypeID() != 0x12) {
return NULL;
}