From 16a3d166070ab057fdbfcb59226efba5bf0913c4 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Tue, 16 Nov 2021 22:34:13 +0100 Subject: chore: Update cpp-code-standards --- docs/cpp-code-standards.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs/cpp-code-standards.md') diff --git a/docs/cpp-code-standards.md b/docs/cpp-code-standards.md index 46102b3..2862d87 100644 --- a/docs/cpp-code-standards.md +++ b/docs/cpp-code-standards.md @@ -234,8 +234,9 @@ References are defined in a similar way (& must be stuck to the type) Creature& creature; ``` -Never define Creature\* me; in a creature script! -'me' is the pointer to the scripted creature. +Never define "me" in a creature or object script! + +'me' is the pointer to the scripted creature or object. ### Defining const variables -- cgit