Codechange: replace INVALID_X with XID::Invalid() for PoolIDs

This commit is contained in:
Rubidium
2025-02-16 19:29:53 +01:00
committed by rubidium42
parent d13b0e0813
commit fd4adc55e3
157 changed files with 744 additions and 772 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
*/
class ScriptGoal : public ScriptObject {
public:
static constexpr GoalID GOAL_INVALID = ::INVALID_GOAL; ///< An invalid goal id.
static constexpr GoalID GOAL_INVALID = ::GoalID::Invalid(); ///< An invalid goal id.
/**
* Goal types that can be given to a goal.