fixed clearning
This commit is contained in:
parent
14dab751ba
commit
e5a4318bd1
1 changed files with 3 additions and 4 deletions
|
@ -38,10 +38,10 @@ void setAndClearHiRes(void) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
int isPositionWhite(long x, int y)
|
// need to think
|
||||||
|
int isPositionBlack(long x, int y)
|
||||||
{
|
{
|
||||||
|
return 0;
|
||||||
return 0; // 0 er false...
|
|
||||||
}
|
}
|
||||||
|
|
||||||
int power2(int exponent)
|
int power2(int exponent)
|
||||||
|
@ -92,7 +92,6 @@ int main(void) {
|
||||||
|
|
||||||
x = 160;
|
x = 160;
|
||||||
y = 100;
|
y = 100;
|
||||||
setAndClearHiRes();
|
|
||||||
for (line = 0;line<50;line++)
|
for (line = 0;line<50;line++)
|
||||||
{
|
{
|
||||||
setPositionBlack(x,y);
|
setPositionBlack(x,y);
|
||||||
|
|
Loading…
Add table
Reference in a new issue