Removed some unused code.

Added some of the level drawing hacks (water, rain).
This commit is contained in:
Steven Fuller 2001-08-21 22:37:05 +00:00 committed by Patryk Obara
parent fe15141c2f
commit abd1c68579
5 changed files with 2693 additions and 374 deletions

View file

@ -4,6 +4,7 @@ CXX = gcc
#CXX = gcc-3.0
NASM = nasm
#CFLAGS = -g -Wall -pipe -Dengine=1 -I. -Iinclude -Iwin95 -Iavp -Iavp/win95 -Iavp/support -Iavp/win95/frontend -Iavp/win95/gadgets
CFLAGS = -g -Wall -pipe -O2 -Dengine=1 -I. -Iinclude -Iwin95 -Iavp -Iavp/win95 -Iavp/support -Iavp/win95/frontend -Iavp/win95/gadgets
#CFLAGS = -Wall -pipe -O6 -ffast-math -fomit-frame-pointer -march=pentiumpro -mcpu=pentiumpro -Dengine=1 -I. -Iinclude -Iwin95 -Iavp -Iavp/win95 -Iavp/support -Iavp/win95/frontend -Iavp/win95/gadgets
CXXFLAGS = $(CFLAGS)