Codechange: convert printf DEBUG statements to fmt Debug statements
This commit is contained in:
@@ -111,7 +111,7 @@
|
||||
case 0xD5: return this->t->fund_buildings_months;
|
||||
}
|
||||
|
||||
DEBUG(grf, 1, "Unhandled town variable 0x%X", variable);
|
||||
Debug(grf, 1, "Unhandled town variable 0x{:X}", variable);
|
||||
|
||||
*available = false;
|
||||
return UINT_MAX;
|
||||
|
Reference in New Issue
Block a user