mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-27 00:34:46 +01:00
Small path additions cleanup (#20076)
* Split off path addition paint calls * Replace occurences of “path bit” with “path addition” * Replace occurences of “footpath item“ with “path addition”
This commit is contained in:
committed by
GitHub
parent
8c165dd455
commit
58baa85a27
@@ -29,7 +29,7 @@ int32_t object_entry_group_counts[] = {
|
||||
MAX_WALL_SCENERY_OBJECTS, // walls
|
||||
MAX_BANNER_OBJECTS, // banners
|
||||
MAX_PATH_OBJECTS, // paths
|
||||
MAX_PATH_ADDITION_OBJECTS, // path bits
|
||||
MAX_PATH_ADDITION_OBJECTS, // path additions
|
||||
MAX_SCENERY_GROUP_OBJECTS, // scenery sets
|
||||
MAX_PARK_ENTRANCE_OBJECTS, // park entrance
|
||||
MAX_WATER_OBJECTS, // water
|
||||
|
||||
Reference in New Issue
Block a user