summaryrefslogtreecommitdiff
path: root/src/newgrf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/newgrf.cpp')
-rw-r--r--src/newgrf.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/newgrf.cpp b/src/newgrf.cpp
index d16b3cbb6..f5ead3b50 100644
--- a/src/newgrf.cpp
+++ b/src/newgrf.cpp
@@ -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;
}