mirror of
https://github.com/kichikuou/xsystem35-sdl2.git
synced 2026-09-24 23:48:04 +03:00
This fixes #83. **CG_GRAPH checks the source CG's type before drawing, but SACT.CG_QueryType only checked CGs already loaded into memory. The gauge images had not been loaded yet, so they were reported as unused. Check the ALD link table for unloaded CGs, then load them when querying their dimensions.