diff options
Diffstat (limited to 'src/newgrf_debug.h')
-rw-r--r-- | src/newgrf_debug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newgrf_debug.h b/src/newgrf_debug.h index 4fd9d498f..89ede74eb 100644 --- a/src/newgrf_debug.h +++ b/src/newgrf_debug.h @@ -35,7 +35,7 @@ struct NewGrfDebugSpritePicker { extern NewGrfDebugSpritePicker _newgrf_debug_sprite_picker; bool IsNewGRFInspectable(GrfSpecFeature feature, uint index); -void ShowNewGRFInspectWindow(GrfSpecFeature feature, uint index); +void ShowNewGRFInspectWindow(GrfSpecFeature feature, uint index, const uint32 grfid = 0); void DeleteNewGRFInspectWindow(GrfSpecFeature feature, uint index); GrfSpecFeature GetGrfSpecFeature(TileIndex tile); |