diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/common.h | 1 |
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; |