summaryrefslogtreecommitdiff
path: root/src/include/common.h
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2017-06-18 00:51:17 +0700
committerOxore <oxore@protonmail.com>2017-06-18 00:51:17 +0700
commit2af11c35bb687c89fdb35e8d6f45327fc8a842b9 (patch)
tree68b0111ff5295985538f2d754f239f864d1ab0d4 /src/include/common.h
parent22c324ea47a7e27d8ce36a581888a67c7b20f514 (diff)
Refactoring 1
Diffstat (limited to 'src/include/common.h')
-rw-r--r--src/include/common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/common.h b/src/include/common.h
index bef85f2..e7624c7 100644
--- a/src/include/common.h
+++ b/src/include/common.h
@@ -19,7 +19,7 @@ struct tCell {
sfColor fColor, oColor; // fill and outline color of cell
};
-struct tCell activeShape[4][4], // 4x4 block of active crawling shape
- field_rAttr[20][10];// field cells attributess
+struct tCell activeShape[4][4]; // 4x4 block of active crawling shape
+struct tCell fld_rAttr[20][10];// fld cells attributes
#endif