mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 11:03:00 +01:00
Initialise dl in Surface.cpp
This commit is contained in:
@@ -559,7 +559,7 @@ static void viewport_surface_draw_tile_side_bottom(paint_session * session, enum
|
||||
if (!is_csg_loaded() && edgeStyle >= TERRAIN_EDGE_RCT2_COUNT)
|
||||
edgeStyle = TERRAIN_EDGE_ROCK;
|
||||
|
||||
sint16 al, ah, cl, ch, dl, dh;
|
||||
sint16 al, ah, cl, ch, dl = 0, dh;
|
||||
|
||||
LocationXY8 offset = { 0, 0 };
|
||||
LocationXY8 bounds = { 0, 0 };
|
||||
|
||||
Reference in New Issue
Block a user