From e94b76a1c5a4671c69ae61cb42883fb12cb116cc Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Sun, 8 Dec 2024 12:46:45 -0700 Subject: [PATCH] Fix typo --- LEGO1/lego/legoomni/include/helicopter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LEGO1/lego/legoomni/include/helicopter.h b/LEGO1/lego/legoomni/include/helicopter.h index fb290102..1044dae2 100644 --- a/LEGO1/lego/legoomni/include/helicopter.h +++ b/LEGO1/lego/legoomni/include/helicopter.h @@ -80,7 +80,7 @@ class Helicopter : public IslePathActor { // SYNTHETIC: LEGO1 0x10003210 // Helicopter::`scalar deleting destructor' - // m_state is access directly from Act3; confirmed by BETA10 + // m_state is accessed directly from Act3; confirmed by BETA10 friend class Act3; protected: