mirror of https://github.com/OpenTTD/OpenTTD
Change: [NewGRF] Place all 8 bits of station tile layout in var 40/41.
parent
a03ddb3ccb
commit
a7b426625f
|
@ -125,7 +125,7 @@ uint32_t GetPlatformInfo(Axis axis, uint8_t tile, int platforms, int length, int
|
|||
}
|
||||
SB(retval, 16, 4, std::min(15, length));
|
||||
SB(retval, 20, 4, std::min(15, platforms));
|
||||
SB(retval, 24, 4, tile);
|
||||
SB(retval, 24, 8, tile);
|
||||
|
||||
return retval;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue