From c8c413593b63feb5760c2a46ee686e3e942a8ba5 Mon Sep 17 00:00:00 2001 From: intns <84647527+intns@users.noreply.github.com> Date: Sun, 26 Mar 2023 15:01:49 +0100 Subject: [PATCH] Update writing_code.md --- docs/writing_code.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/writing_code.md b/docs/writing_code.md index b36fda95d..1b7ac90a6 100644 --- a/docs/writing_code.md +++ b/docs/writing_code.md @@ -37,4 +37,4 @@ Which, for enemies, you may want to look at the ```isCreatureWithinRange``` func - ```CG_PARMS(x)``` is shorthand for ```static_cast(x->mParms)```. - ```C_PARMS``` is shorthand for ```static_cast(this->mParms)```. - ```CG_PROPERPARMS(x)``` is shorthand for ```static_cast(x->mParms)->mProperParms```. -- ```C_PROPERPARMS(x)``` is shorthand for ```static_cast(this->mParms)->mProperParms```. +- ```C_PROPERPARMS``` is shorthand for ```static_cast(this->mParms)->mProperParms```.