Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenTTD/OpenTTD
/ ShowSpriteAlignerWindow
Function
ShowSpriteAlignerWindow
src/newgrf_debug_gui.cpp:1202–1205 ·
view source on GitHub ↗
* Show the window for aligning sprites. */
Source
from the content-addressed store, hash-verified
1200
* Show the window for aligning sprites.
1201
*/
1202
void ShowSpriteAlignerWindow()
1203
{
1204
AllocateWindowDescFront<SpriteAlignerWindow>(_sprite_aligner_desc, 0);
1205
}
Callers
1
MenuClickHelp
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected