Remove redundant "E"

This commit is contained in:
esenapaj
2016-12-08 19:57:41 +09:00
parent 4ea87b8f34
commit a298a58684
31 changed files with 142 additions and 14 deletions

View File

@ -262,10 +262,10 @@
#define MSG_N2 " 2"
#define MSG_N3 " 3"
#define MSG_N4 " 4"
#define MSG_E1 " E1"
#define MSG_E2 " E2"
#define MSG_E3 " E3"
#define MSG_E4 " E4"
#define MSG_E1 "E1"
#define MSG_E2 "E2"
#define MSG_E3 "E3"
#define MSG_E4 "E4"
#define MSG_MOVE_E1 "1"
#define MSG_MOVE_E2 "2"
#define MSG_MOVE_E3 "3"