mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-24 07:14:31 +01:00
Use nullptr where possible
This commit is contained in:
committed by
GitHub
parent
56ab7e9c09
commit
b2bc974fe7
@@ -368,7 +368,7 @@ static void window_sign_paint(rct_window *w, rct_drawpixelinfo *dpi)
|
||||
static void window_sign_viewport_rotate(rct_window *w)
|
||||
{
|
||||
rct_viewport* view = w->viewport;
|
||||
w->viewport = 0;
|
||||
w->viewport = nullptr;
|
||||
|
||||
view->width = 0;
|
||||
viewport_update_pointers();
|
||||
|
||||
Reference in New Issue
Block a user