diff --git a/finders.c b/finders.c index 5ca0e1b..17f28b6 100644 --- a/finders.c +++ b/finders.c @@ -589,10 +589,6 @@ const int majorBiomes[] = { long filterAllMajorBiomes(long *seedsIn, long *seedsOut, long seedCnt, int pX, int pZ, uint sX, uint sZ) { - /* We want to determine if - * - */ - Generator gFilterMushroom = setupGenerator(); gFilterMushroom.topLayerIndex = 17; Generator gFilterBiomes = setupGenerator(); diff --git a/makefile b/makefile index a76681e..9863e18 100644 --- a/makefile +++ b/makefile @@ -1,6 +1,6 @@ -CC = gcc +CC = g++ CFLAGS = -O3 -Wall -fwrapv -LDFLAGS = -lm -lX11 -pthread +LDFLAGS = -lm -pthread .PHONY : all clean