diff options
author | Colin Snover | 2017-11-17 00:05:43 -0600 |
---|---|---|
committer | Eugene Sandulenko | 2017-11-18 22:35:12 +0100 |
commit | 2be96457b9132b62d220be072a1752e16946a123 (patch) | |
tree | e7485f89a4feea3d2a5d993bcf8cb86482a9881d /engines | |
parent | 0cc3d8f05d7302651ec5c8dce47ee511db829cf9 (diff) | |
download | scummvm-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')
-rw-r--r-- | engines/fullpipe/statics.h | 4 |
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; |