mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-18 04:23:20 +01:00
* Move show_gridlines to only run under condition * Update changelog.txt Co-authored-by: Hielke Morsink <hielke.morsink@gmail.com> Co-authored-by: duncanspumpkin <duncans_pumpkin@hotmail.co.uk>
This commit is contained in:
@@ -244,11 +244,10 @@ private:
|
||||
}
|
||||
else
|
||||
{
|
||||
show_gridlines();
|
||||
if (!tool_set(this, 0, Tool::WalkDown))
|
||||
{
|
||||
input_set_flag(INPUT_FLAG_6, true);
|
||||
show_gridlines();
|
||||
input_set_flag(INPUT_FLAG_6, true);
|
||||
SetPatrolAreaToRender(_staffId);
|
||||
gfx_invalidate_screen();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user