1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-28 01:04:50 +01:00

Create constant for SCROLLING_MODE_NONE

This commit is contained in:
Michael Steenbeek
2019-02-14 22:41:48 +01:00
committed by GitHub
parent d143c7b7c6
commit 2a4215a30f
14 changed files with 28 additions and 20 deletions

View File

@@ -2291,7 +2291,7 @@ void game_command_place_large_scenery(
return;
}
if (scenery_entry->large_scenery.scrolling_mode != 0xFF)
if (scenery_entry->large_scenery.scrolling_mode != SCROLLING_MODE_NONE)
{
banner_id = create_new_banner(flags);