Merge pull request #3602 from plule/feat/suspended-icon

Add a separate icon for jobs suspended by suspendmanager
develop
Myk 2023-07-31 17:31:26 -07:00 committed by GitHub
commit 53c90affa1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 971 B

After

Width:  |  Height:  |  Size: 5.1 KiB

@ -52,7 +52,7 @@ DFHACK_EXPORT long getOnOffTexposStart();
DFHACK_EXPORT long getMapPathableTexposStart();
/**
* Get the first texpos for the unsuspend 32x32 sprites. It's a 4x1 grid.
* Get the first texpos for the unsuspend 32x32 sprites. It's a 5x1 grid.
*/
DFHACK_EXPORT long getMapUnsuspendTexposStart();