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:
Bill Kendrick 2024-06-01 20:27:30 -07:00
parent 9ebfd21049
commit b9981d879b

View file

@ -61,7 +61,7 @@ char *polyfill_snd_filenames[NUM_SOUNDS] = {
#define SNAP_SIZE 16
#define MAX_PTS 17
#define MAX_PTS 100
SDL_Surface *polyfill_snapshot = NULL;
int polyfill_pt_x[MAX_PTS];