aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe
diff options
context:
space:
mode:
authorColin Snover2017-11-17 00:05:43 -0600
committerEugene Sandulenko2017-11-18 22:35:12 +0100
commit2be96457b9132b62d220be072a1752e16946a123 (patch)
treee7485f89a4feea3d2a5d993bcf8cb86482a9881d /engines/fullpipe
parent0cc3d8f05d7302651ec5c8dce47ee511db829cf9 (diff)
downloadscummvm-rg350-2be96457b9132b62d220be072a1752e16946a123.tar.gz
scummvm-rg350-2be96457b9132b62d220be072a1752e16946a123.tar.bz2
scummvm-rg350-2be96457b9132b62d220be072a1752e16946a123.zip
FULLPIPE: Make list item ownership comments more consistent
Diffstat (limited to 'engines/fullpipe')
-rw-r--r--engines/fullpipe/statics.h4
1 files changed, 2 insertions, 2 deletions
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<Movement *> _movements;
- /** items in list are owned */
+ /** list items are owned */
Common::Array<Statics *> _staticsList;
StepArray _stepArray;
int16 _field_96;