diff options
| author | Tom Overton <tom-overton@users.noreply.github.com> | 2022-10-14 21:35:55 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-15 05:35:55 +0100 |
| commit | 638f5062cbf6e9289f624cbdeee918d35642fb3a (patch) | |
| tree | bf2f2c1d2503841bc50be5dca9d2414b4b7e6cb0 /docs | |
| parent | a38f45b26884078f6ac7f30fade35f313f8dcf98 (diff) | |
Replace `Actor_MarkForDeath` with `Actor_Kill` (#1118)
* Replace `Actor_MarkForDeath` with `Actor_Kill`
* Replace if-else with early returns, as per hensldm's review
* Respond to Elliptic's review
* Redundant spelling
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/STYLE.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/STYLE.md b/docs/STYLE.md index 4ac0525db..0cf1d051b 100644 --- a/docs/STYLE.md +++ b/docs/STYLE.md @@ -122,7 +122,7 @@ Floats usually need an `f` on the end to match, or IDO will use doubles. Our flo bar(); ``` -**Exception**: After `Actor_MarkForDeath` or sometimes setting the action function, if it makes sense to do so (this expresses the finality a bit better). +**Exception**: After `Actor_Kill` or sometimes setting the action function, if it makes sense to do so (this expresses the finality a bit better). ## Macros and enums |
