mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-30 10:01:31 +00:00
refactor: replace NULL with nullptr across C++ codebase
Excludes vendored C libs (zlib, Miles, DirectXMath, boost, Iggy).
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#include "TexturePack.h"
|
||||
|
||||
std::wstring TexturePack::getPath(bool bTitleUpdateTexture /*= false*/,
|
||||
const char* pchBDPatchFileName /*= NULL*/) {
|
||||
const char* pchBDPatchFileName /*= nullptr*/) {
|
||||
std::wstring wDrive;
|
||||
|
||||
if (bTitleUpdateTexture) {
|
||||
|
||||
Reference in New Issue
Block a user