diff options
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; |