Debug: Add sprite dumping to vehicle debug windows

This commit is contained in:
Jonathan G Rennison
2021-05-21 19:36:19 +01:00
parent 6f10b01ba2
commit 900a93ac59
4 changed files with 46 additions and 6 deletions

View File

@@ -21,6 +21,8 @@ enum NewGRFInspectWidgets {
WID_NGRFI_SCROLLBAR, ///< Scrollbar.
WID_NGRFI_REFRESH, ///< Refresh toggle.
WID_NGRFI_LOG_CONSOLE, ///< Log to console
WID_NGRFI_SPRITE_DUMP, ///< Dump current sprite group
WID_NGRFI_SPRITE_DUMP_SEL, ///< Selection widget for WID_NGRFI_SPRITE_DUMP
};
/** Widgets of the #SpriteAlignerWindow class. */