Add minor comments

This commit is contained in:
Jonas Kulla 2014-08-16 14:05:25 +02:00
parent e208bc49e8
commit 9c421aed45
1 changed files with 3 additions and 2 deletions

View File

@ -34,14 +34,15 @@
#include <assert.h>
#include <vector>
/* 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 },