mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-03 03:53:55 +00:00
addon/state: Untracked (_info.cfg-less) add-ons are installed too
This commit is contained in:
parent
073947f27e
commit
ef6671b768
@ -37,7 +37,7 @@ enum ADDON_STATUS {
|
||||
|
||||
inline bool is_installed_addon_status(ADDON_STATUS s)
|
||||
{
|
||||
return s >= ADDON_INSTALLED && s <= ADDON_INSTALLED_BROKEN;
|
||||
return s >= ADDON_INSTALLED && s <= ADDON_NOT_TRACKED;
|
||||
}
|
||||
|
||||
/** Stores additional status information about add-ons. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user