From d5e09a9f68a8032b1e5887e50df96e16fda827be Mon Sep 17 00:00:00 2001 From: Colin Snover Date: Fri, 6 Oct 2017 15:28:03 -0500 Subject: SCI32: Rewrap comments to 80 columns in lists32.h --- engines/sci/graphics/lists32.h | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'engines') diff --git a/engines/sci/graphics/lists32.h b/engines/sci/graphics/lists32.h index ff0bc6ceae..82e9e58b36 100644 --- a/engines/sci/graphics/lists32.h +++ b/engines/sci/graphics/lists32.h @@ -28,13 +28,11 @@ namespace Sci { /** - * StablePointerArray holds pointers in a fixed-size array - * that maintains position of erased items until `pack` is - * called. It is used by DrawList, RectList, and - * ScreenItemList. StablePointerArray takes ownership of - * all pointers that are passed to it and deletes them when - * calling `erase` or when destroying the - * StablePointerArray. + * StablePointerArray holds pointers in a fixed-size array that maintains + * position of erased items until `pack` is called. It is used by DrawList, + * RectList, and ScreenItemList. StablePointerArray takes ownership of all + * pointers that are passed to it and deletes them when calling `erase` or when + * destroying the StablePointerArray. */ template class StablePointerArray { -- cgit v1.2.3