Fixed typo in requests_effects (#6215)

Co-authored-by: Hedara <hedara90@gmail.com>
This commit is contained in:
hedara90
2025-02-09 22:59:31 +01:00
committed by GitHub
parent bd50fe6014
commit 174bc2f29f
2 changed files with 12 additions and 12 deletions

View File

@@ -133,7 +133,7 @@ static inline bool32 Script_IsAnalyzingEffects(void)
/* Optimize 'Script_RequestEffects' to a no-op if it would have no
* effect. 'Script_RequestEffects' must be called in all commands and
* natives/specials with 'request_effects=TRUE' even if it would have
* natives/specials with 'requests_effects=TRUE' even if it would have
* no effect to future-proof against new effects. */
#define Script_RequestEffects(effects) \
({ \