From 2be96457b9132b62d220be072a1752e16946a123 Mon Sep 17 00:00:00 2001 From: Colin Snover Date: Fri, 17 Nov 2017 00:05:43 -0600 Subject: FULLPIPE: Make list item ownership comments more consistent --- engines/fullpipe/statics.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines') diff --git a/engines/fullpipe/statics.h b/engines/fullpipe/statics.h index a30915316d..b0e083e212 100644 --- a/engines/fullpipe/statics.h +++ b/engines/fullpipe/statics.h @@ -177,9 +177,9 @@ class StaticANIObject : public GameObject { int _initialCounter; void (*_callback1)(int, Common::Point *point, int, int); void (*_callback2)(int *); - /** items in list are owned */ + /** list items are owned */ Common::Array _movements; - /** items in list are owned */ + /** list items are owned */ Common::Array _staticsList; StepArray _stepArray; int16 _field_96; -- cgit v1.2.3