aboutsummaryrefslogtreecommitdiff
path: root/engines/gargoyle/unicode_gen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gargoyle/unicode_gen.cpp')
-rw-r--r--engines/gargoyle/unicode_gen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gargoyle/unicode_gen.cpp b/engines/gargoyle/unicode_gen.cpp
index a6b0bc5dad..c9ad57097f 100644
--- a/engines/gargoyle/unicode_gen.cpp
+++ b/engines/gargoyle/unicode_gen.cpp
@@ -11522,7 +11522,7 @@ switch ((glui32)(ch) >> 8) { \
*blockptr = unigen_decomp_block_0x2fa; \
break; \
default: \
- *blockptr = NULL; \
+ *blockptr = nullptr; \
}
#define GET_DECOMP_SPECIAL(ch, countptr, posptr) \