mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-31 08:05:40 +00:00
refactor: replace NULL with nullptr across C++ codebase
Excludes vendored C libs (zlib, Miles, DirectXMath, boost, Iggy).
This commit is contained in:
@@ -7,7 +7,7 @@ EffectChangedTask::EffectChangedTask(Tutorial* tutorial, int descriptionId,
|
||||
bool enablePreCompletion,
|
||||
bool bShowMinimumTime, bool bAllowFade,
|
||||
bool bTaskReminders)
|
||||
: TutorialTask(tutorial, descriptionId, enablePreCompletion, NULL,
|
||||
: TutorialTask(tutorial, descriptionId, enablePreCompletion, nullptr,
|
||||
bShowMinimumTime, bAllowFade, bTaskReminders) {
|
||||
m_effect = effect;
|
||||
m_apply = apply;
|
||||
|
||||
Reference in New Issue
Block a user