Merge branch 'master' into jgrpp

Remove 'byte' typedef
This commit is contained in:
Jonathan G Rennison
2024-05-07 17:21:50 +01:00
376 changed files with 2220 additions and 2152 deletions

View File

@@ -414,7 +414,7 @@ inline Foundation SpecialRailFoundation(Corner corner)
*/
inline uint SlopeToSpriteOffset(Slope s)
{
extern const byte _slope_to_sprite_offset[32];
extern const uint8_t _slope_to_sprite_offset[32];
return _slope_to_sprite_offset[s];
}