chore(ui): replace remaining NULLs with nullptr

This commit is contained in:
fallenoak 2023-01-04 20:05:48 -06:00
parent d61f0faef1
commit 90403bfd29
No known key found for this signature in database
GPG key ID: 7628F8E61AEA070D
7 changed files with 13 additions and 13 deletions

View file

@ -36,7 +36,7 @@ luaL_Reg FrameScriptInternal::extra_funcs[31] = {
{ "debugstack", &debugstack },
{ "debuglocals", &debuglocals },
{ "scrub", &scrub },
{ NULL, NULL }
{ nullptr, nullptr }
};
int32_t sub_8168D0(lua_State* L) {