Fix playersim CHAR_WIDTH re-definition

Change-Id: I49d2b3635c62277723665d0bdd68808cc82ca1a9
This commit is contained in:
William Wilgus 2018-07-25 20:16:02 +02:00
parent 540637ed33
commit 7b5ce736db
1 changed files with 5 additions and 0 deletions

View File

@ -21,6 +21,11 @@
#define ICON_HEIGHT 12
#define CHAR_HEIGHT 8
#ifdef CHAR_WIDTH
#undef CHAR_WIDTH
#endif
#define CHAR_WIDTH 6
#define CHAR_PIXEL 2
#define BORDER_MARGIN 1