Debug: Add scroll to sprite number to debug window

This commit is contained in:
Jonathan G Rennison
2022-06-08 01:57:10 +01:00
parent 1c1e6a1042
commit 45798fa533
5 changed files with 47 additions and 2 deletions

View File

@@ -26,6 +26,8 @@ enum NewGRFInspectWidgets {
WID_NGRFI_SPRITE_DUMP_SEL, ///< Selection widget for WID_NGRFI_SPRITE_DUMP
WID_NGRFI_SPRITE_DUMP_UNOPT, ///< Dump unoptimised sprite group
WID_NGRFI_SPRITE_DUMP_UNOPT_SEL, ///< Selection widget for WID_NGRFI_SPRITE_DUMP_UNOPT
WID_NGRFI_SPRITE_DUMP_GOTO, ///< Goto sprite
WID_NGRFI_SPRITE_DUMP_GOTO_SEL, ///< Selection widget for WID_NGRFI_SPRITE_DUMP_GOTO
};
/** Widgets of the #SpriteAlignerWindow class. */