Fixed colors in dos-like port.
This commit is contained in:
parent
25f8ccc72d
commit
c03bb427bc
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
|||
|
||||
static char *_storyFile = NULL;
|
||||
static uint8_t *_RAM = NULL;
|
||||
static uint8_t _attr = 7;
|
||||
static uint8_t _attr = (1 << 4) + 7;
|
||||
|
||||
|
||||
void portAttributeSet(byte attribute) {
|
||||
|
|
Loading…
Add table
Reference in a new issue