summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/common.h4
-rw-r--r--src/include/tet_conf.h10
2 files changed, 4 insertions, 10 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
diff --git a/src/include/tet_conf.h b/src/include/tet_conf.h
index 0b37d65..f2f1871 100644
--- a/src/include/tet_conf.h
+++ b/src/include/tet_conf.h
@@ -1,6 +1,6 @@
#define windowName_conf "SFML" // Window name
-#define hudColor1_conf sfColor_fromRGB(0, 0, 0) // Field background
-#define hudColor2_conf sfColor_fromRGB(80, 80, 80) // Field cell outline
+#define uiColor1 sfColor_fromRGB(0, 0, 0) // Field background
+#define uiColor2 sfColor_fromRGB(80, 80, 80) // Field cell outline
#define tOrange sfColor_fromRGB(255, 130, 0) // Orange color of L shape
#define tBlue sfColor_fromRGB(0, 0, 255)
#define tGreen sfColor_fromRGB(0, 255, 0)
@@ -78,9 +78,3 @@
* .... .... .... ....
*/
-
-
-
-char *aaa;
-char* aaa;
-