mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-31 08:55:10 +00:00
refactor: replace NULL with nullptr across C++ codebase
Excludes vendored C libs (zlib, Miles, DirectXMath, boost, Iggy).
This commit is contained in:
@@ -14,7 +14,7 @@ ControllerTask::ControllerTask(Tutorial* tutorial, int descriptionId,
|
||||
int iCompletionMaskACount,
|
||||
int iSouthpawMappings[],
|
||||
unsigned int uiSouthpawMappingsCount)
|
||||
: TutorialTask(tutorial, descriptionId, enablePreCompletion, NULL,
|
||||
: TutorialTask(tutorial, descriptionId, enablePreCompletion, nullptr,
|
||||
showMinimumTime) {
|
||||
for (unsigned int i = 0; i < mappingsLength; ++i) {
|
||||
constraints.push_back(new InputConstraint(mappings[i]));
|
||||
|
||||
Reference in New Issue
Block a user