fixed make

This commit is contained in:
Cubitect 2018-03-05 21:35:13 +00:00
parent a363de7b62
commit 67a06fb38f
2 changed files with 2 additions and 6 deletions

View File

@ -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();

View File

@ -1,6 +1,6 @@
CC = gcc
CC = g++
CFLAGS = -O3 -Wall -fwrapv
LDFLAGS = -lm -lX11 -pthread
LDFLAGS = -lm -pthread
.PHONY : all clean