diff --git a/src/newgrf_roadtype.cpp b/src/newgrf_roadtype.cpp --- a/src/newgrf_roadtype.cpp +++ b/src/newgrf_roadtype.cpp @@ -52,7 +52,7 @@ } } - DEBUG(grf, 1, "Unhandled road type tile variable 0x%X", variable); + Debug(grf, 1, "Unhandled road type tile variable 0x{:X}", variable); *available = false; return UINT_MAX;