mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-04 06:00:15 +00:00
(svn r23158) -Feature: [NewGRF] Patch/setting variable 14. (rubidium)
This commit is contained in:
parent
0b96e40a7a
commit
a47dadf2d2
@ -6202,6 +6202,10 @@ static uint32 GetPatchVariable(uint8 param)
|
||||
(log_X << 12) | (log_Y << 8) | (log_X + log_Y);
|
||||
}
|
||||
|
||||
/* The maximum height of the map. */
|
||||
case 0x14:
|
||||
return MAX_TILE_HEIGHT;
|
||||
|
||||
default:
|
||||
grfmsg(2, "ParamSet: Unknown Patch variable 0x%02X.", param);
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user