(svn r22570) -Codechange: Store the GrfID of the caller when opening a parent window in the NewGRF debug GUI.
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user