mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-02-01 20:03:26 +00:00
(svn r10128) -Fix (r4811): missing printf parameters in newgrf debug message
This commit is contained in:
parent
30863358f9
commit
f7e4d4d6e7
@ -2101,6 +2101,7 @@ static const SpriteGroup* CreateGroupFromGroupID(byte feature, byte setid, byte
|
||||
|
||||
if (feature != _cur_grffile->spriteset_feature) {
|
||||
grfmsg(1, "CreateGroupFromGroupID(0x%02X:0x%02X): Sprite set feature 0x%02X does not match action feature 0x%02X, skipping",
|
||||
setid, type,
|
||||
_cur_grffile->spriteset_feature, feature);
|
||||
return NULL;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user