XGD: filled circles and start with clearscreen

This commit is contained in:
Zeno Rogue
2021-06-03 13:26:10 +02:00
parent 214e314803
commit 63570af240
4 changed files with 28 additions and 4 deletions
+6
View File
@@ -204,11 +204,17 @@ int main(int argc, char **argv) {
case 4: {
int col = gdpop();
int out = gdpop();
int x = gdpop(), y = gdpop(), rad = gdpop();
aacircleColor(s, x, y, rad, (col << 8) + 0xFF);
}
case 5: {
int out = gdpop();
/* not implemented */
}
}
}
SDL_UpdateRect(s, 0, 0, vid.xres, vid.yres);