Codechange: convert printf DEBUG statements to fmt Debug statements
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
DEBUG(grf, 1, "Unhandled rail type tile variable 0x%X", variable);
|
||||
Debug(grf, 1, "Unhandled rail type tile variable 0x{:X}", variable);
|
||||
|
||||
*available = false;
|
||||
return UINT_MAX;
|
||||
|
Reference in New Issue
Block a user