Filled Polygon Magic - allow up to 100 points
Up from 17 (which I probably picked since it was a little fewer than the default number of Undo/Redo levels).
This commit is contained in:
parent
9ebfd21049
commit
b9981d879b
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ char *polyfill_snd_filenames[NUM_SOUNDS] = {
|
||||||
|
|
||||||
#define SNAP_SIZE 16
|
#define SNAP_SIZE 16
|
||||||
|
|
||||||
#define MAX_PTS 17
|
#define MAX_PTS 100
|
||||||
|
|
||||||
SDL_Surface *polyfill_snapshot = NULL;
|
SDL_Surface *polyfill_snapshot = NULL;
|
||||||
int polyfill_pt_x[MAX_PTS];
|
int polyfill_pt_x[MAX_PTS];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue