diff options
Diffstat (limited to 'src/include/common.h')
-rw-r--r-- | src/include/common.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 |