mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-30 20:46:12 +00:00
refactor: replace NULL with nullptr across C++ codebase
Excludes vendored C libs (zlib, Miles, DirectXMath, boost, Iggy).
This commit is contained in:
@@ -15,7 +15,7 @@ TutorialHint::TutorialHint(eTutorial_Hint id, Tutorial* tutorial,
|
||||
m_descriptionId(descriptionId),
|
||||
m_type(type),
|
||||
m_counter(0),
|
||||
m_lastTile(NULL),
|
||||
m_lastTile(nullptr),
|
||||
m_hintNeeded(true),
|
||||
m_allowFade(allowFade) {
|
||||
tutorial->addMessage(descriptionId, type != e_Hint_NoIngredients);
|
||||
|
||||
Reference in New Issue
Block a user