From 9c421aed45adbbc45c19909e9ab3c7421f0ffa2a Mon Sep 17 00:00:00 2001 From: Jonas Kulla Date: Sat, 16 Aug 2014 14:05:25 +0200 Subject: [PATCH] Add minor comments --- src/tileatlasvx.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/tileatlasvx.cpp b/src/tileatlasvx.cpp index bba9b15..14a3563 100644 --- a/src/tileatlasvx.cpp +++ b/src/tileatlasvx.cpp @@ -34,14 +34,15 @@ #include #include -/* Regular autotile patterns */ +/* Regular (A) autotile patterns */ extern const StaticRect autotileVXRectsA[]; extern const int autotileVXRectsAN; -/* Wall autotile patterns */ +/* Wall (B) autotile patterns */ extern const StaticRect autotileVXRectsB[]; extern const int autotileVXRectsBN; +/* Waterfall (C) autotile patterns */ static const StaticRect autotileVXRectsC[] = { { 32.5, 0.5, 15, 31 },