summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2017-12-01 06:17:52 +0300
committerOxore <oxore@protonmail.com>2017-12-01 06:17:52 +0300
commitcd02c513c69bd25d1dc214b60048ef85c9bd6917 (patch)
treec4e9618176d233118e5f94db3a1dafcbc201c3ed
parente949a49287b38574c7372c9a6c1c759eafa3266c (diff)
Remove declaration under structure
-rw-r--r--include/common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h
index 37ede42..8108e11 100644
--- a/include/common.h
+++ b/include/common.h
@@ -38,7 +38,6 @@ typedef struct Shape {
sfRectangleShape *p[4][4]; // array of physical shape cells
sfVector2f cSize; // shape rectangles size variable x/y
} Shape;
-Shape active, next;
typedef struct Field {
sfVector2i pos;