From 2af11c35bb687c89fdb35e8d6f45327fc8a842b9 Mon Sep 17 00:00:00 2001 From: Oxore Date: Sun, 18 Jun 2017 00:51:17 +0700 Subject: Refactoring 1 --- src/include/common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include/common.h') diff --git a/src/include/common.h b/src/include/common.h index bef85f2..e7624c7 100644 --- a/src/include/common.h +++ b/src/include/common.h @@ -19,7 +19,7 @@ struct tCell { sfColor fColor, oColor; // fill and outline color of cell }; -struct tCell activeShape[4][4], // 4x4 block of active crawling shape - field_rAttr[20][10];// field cells attributess +struct tCell activeShape[4][4]; // 4x4 block of active crawling shape +struct tCell fld_rAttr[20][10];// fld cells attributes #endif -- cgit v1.2.3