Browse Source

* Increased cacamoir circle thikness by 50%, because it currently really

sucks in small resolutions.
tags/v0.99.beta14
Sam Hocevar sam 19 years ago
parent
commit
2453a988e4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/cacamoir.c

+ 1
- 1
src/cacamoir.c View File

@@ -26,7 +26,7 @@
#define YSIZ 256

#define DISCSIZ 512
#define DISCTHICKNESS 64
#define DISCTHICKNESS 96

static unsigned char screen[XSIZ * YSIZ];
static unsigned char disc[DISCSIZ * DISCSIZ];


Loading…
Cancel
Save