From e6fe3046e7b1891a528cbef81ba4a6776c62db41 Mon Sep 17 00:00:00 2001 From: mdw Date: Sun, 2 Mar 2003 12:24:36 +0000 Subject: [PATCH] More hacking. --- makefile-linux | 4 ++-- newkind.cfg | 5 +++-- newscan.cfg | 3 ++- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/makefile-linux b/makefile-linux index ca806aa..7f4a35e 100644 --- a/makefile-linux +++ b/makefile-linux @@ -20,7 +20,7 @@ CC = gcc LIBS = `allegro-config --libs` -CFLAGS = -O -Wall +CFLAGS = -O3 -mpentium -Wall -fomit-frame-pointer -funroll-loops OBJS = alg_gfx.o alg_main.o docked.o elite.o \ intro.o planet.o shipdata.o shipface.o sound.o space.o \ swat.o threed.o vector.o random.o trade.o options.o \ @@ -30,7 +30,7 @@ EXEC = newkind all: $(EXEC) clean: - rm *.o $(EXEC) + rm -f *.o $(EXEC) .SUFFIXES : .c .o diff --git a/newkind.cfg b/newkind.cfg index d30c9e6..f55e7fc 100644 --- a/newkind.cfg +++ b/newkind.cfg @@ -1,7 +1,8 @@ -75 # Game Speed, the lower the number the faster the game. +55 # Game Speed, the lower the number the faster the game. 0 # Graphics: 0 = Solid, 1 = Wireframe 1 # Anti-Alias Wireframe: 0 = Normal, 1 = Anti-Aliased 3 # Planet style: 0 = Wireframe, 1 = Green, 2 = SNES, 3 = Fractal 0 # Planet Descriptions: 0 = Tree Grubs, 1 = Hoopy Casinos -0 # Instant dock: 0 = off, 1 = on +1 # Instant dock: 0 = off, 1 = on newscan.cfg # Name of scanner config file to use. +1 # Prefer window diff --git a/newscan.cfg b/newscan.cfg index c1300be..300ddd0 100644 --- a/newscan.cfg +++ b/newscan.cfg @@ -9,4 +9,5 @@ scanner.bmp # Scanner bitmap filename. 253,63 # Scanner centre X,Y 382,22 # Compass centre X,Y - +122,28,20 # Condition centre X,Y, radius +133,110 # Zoom text X, Y -- 2.11.0