summaryrefslogtreecommitdiff
path: root/docs/STYLE.md
diff options
context:
space:
mode:
authorengineer124 <47598039+engineer124@users.noreply.github.com>2024-10-15 12:11:20 +1100
committerGitHub <noreply@github.com>2024-10-14 18:11:20 -0700
commit278717bb0473ad2cb50c5916e9c6aff2dbcbc014 (patch)
tree207af4b7e29c7e9609fcaea3707fcc384c083ca0 /docs/STYLE.md
parent3472e79caa697ba2b915850171f97f9515aec6b2 (diff)
Player "Hostile" Docs (#1706)
* actor flag hostile * player hostile
Diffstat (limited to 'docs/STYLE.md')
-rw-r--r--docs/STYLE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/STYLE.md b/docs/STYLE.md
index 616c4a8cc..10db9c8e1 100644
--- a/docs/STYLE.md
+++ b/docs/STYLE.md
@@ -140,7 +140,7 @@ Damage flag enums are not being used at present: we want to wait until we have a
Pre-C99, commas at the end of the last item in an enum will cause a compiler warning, so leave them off.
-All compound flag lists (e.g. `ACTOR_FLAG_UNFRIENDLY | ACTOR_FLAG_FRIENDLY`) should be listed in *ascending* order
+All compound flag lists (e.g. `ACTOR_FLAG_HOSTILE | ACTOR_FLAG_FRIENDLY`) should be listed in *ascending* order
## Arrays