From cd02c513c69bd25d1dc214b60048ef85c9bd6917 Mon Sep 17 00:00:00 2001 From: Oxore Date: Fri, 1 Dec 2017 06:17:52 +0300 Subject: Remove declaration under structure --- include/common.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/common.h') 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; -- cgit v1.2.3