From 9d349e794e272b6e7d8fe1655b7cc3bfa2253efb Mon Sep 17 00:00:00 2001 From: yinsimei Date: Tue, 11 Jul 2017 00:07:40 +0200 Subject: SLUDGE: code formatting for ** --- engines/sludge/floor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sludge/floor.h') diff --git a/engines/sludge/floor.h b/engines/sludge/floor.h index b1de826f9d..c543c3f76d 100644 --- a/engines/sludge/floor.h +++ b/engines/sludge/floor.h @@ -36,7 +36,7 @@ struct flor { Common::Point *vertex; int numPolygons; floorPolygon *polygon; - int * *matrix; + int **matrix; }; bool initFloor(); -- cgit v1.2.3