Replaced hardcoded constants with macros.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5570 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
c136a48eb8
commit
720d11e59f
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ char diskName[17] = "";
|
|||
static const graphicStr clearScreen = {
|
||||
MOVEPENTO(0, 0),
|
||||
NEWPATTERN(2),
|
||||
RECTANGLETO(319, 199),
|
||||
RECTANGLETO(SC_PIX_WIDTH-1, SC_PIX_HEIGHT-1),
|
||||
GSTR_END
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue