diff options
Diffstat (limited to 'src/map/magic-v2.cpp')
-rw-r--r-- | src/map/magic-v2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/magic-v2.cpp b/src/map/magic-v2.cpp index ba43cb9..a287519 100644 --- a/src/map/magic-v2.cpp +++ b/src/map/magic-v2.cpp @@ -116,7 +116,7 @@ namespace magic_v2 if (it != const_defm.end()) return &it->second; - return NULL; + return nullptr; } static dumb_ptr<effect_t> new_effect(EFFECT ty) |