Allow selecting individual ship parts in refit window
Add callback to name ship parts in refit window
This commit is contained in:
@@ -287,6 +287,9 @@ enum CallbackID {
|
||||
|
||||
/** Called to set town zones */
|
||||
XCBID_TOWN_ZONES = 0xEC008001,
|
||||
|
||||
/** Called to get the name of the part of a ship for the refit window */
|
||||
XCBID_SHIP_REFIT_PART_NAME = 0xEC008002,
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user