From 52841e735953c642588a33830f0bb4245d08d28e Mon Sep 17 00:00:00 2001 From: Oxore Date: Tue, 20 Jun 2017 21:48:38 +0700 Subject: Refactoring 3 --- src/include/common.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/include/common.h') diff --git a/src/include/common.h b/src/include/common.h index c606560..4db5941 100644 --- a/src/include/common.h +++ b/src/include/common.h @@ -34,7 +34,6 @@ struct tCell fldCAtt[20][10];// fld cells attributes struct activeShape { int x; // x coord of shape's left side int y; // y coord of shape's bottom - int r; // rotate state, one of four int t; // shape type sfColor fColor; // shape color uint8_t c[4][4]; // array of shape cells -- cgit v1.2.3