mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-27 16:54:52 +01:00
Use nullptr where possible
This commit is contained in:
committed by
GitHub
parent
56ab7e9c09
commit
b2bc974fe7
@@ -186,7 +186,7 @@ extern "C"
|
||||
|
||||
static size_t _g1ElementsCount = 0;
|
||||
static rct_g1_element * _g1Elements = nullptr;
|
||||
static rct_g1_element _g1Temp = { 0 };
|
||||
static rct_g1_element _g1Temp = { nullptr };
|
||||
bool gTinyFontAntiAliased = false;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user