From c69fc76395cc3a4ed9c343c6915c4472fd63683d Mon Sep 17 00:00:00 2001 From: Peter Nelson Date: Mon, 21 Jul 2025 21:00:04 +0100 Subject: [PATCH] Codefix: Rail type bridge offset is not a SpriteID. (#14471) --- src/rail.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rail.h b/src/rail.h index e4bc280437..d945dab24b 100644 --- a/src/rail.h +++ b/src/rail.h @@ -184,7 +184,7 @@ public: /** * Bridge offset */ - SpriteID bridge_offset; + uint8_t bridge_offset; /** * Original railtype number to use when drawing non-newgrf railtypes, or when drawing stations.