From dd56722811926f5d8ffaa0c7075fb56a51806ee8 Mon Sep 17 00:00:00 2001
From: johns <>
Date: Mon, 16 Jul 2001 07:34:00 +0000
Subject: [PATCH] TILECACHE config added.

---
 Rules.make.orig | 2 ++
 setup           | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/Rules.make.orig b/Rules.make.orig
index f72b38700..4d295b461 100644
--- a/Rules.make.orig
+++ b/Rules.make.orig
@@ -190,6 +190,8 @@ IFLAGS=	-I$(TOPDIR)/src/include $(XIFLAGS)
 ## UNIT_ON_MAP:		Faster lookup of units
 ## NEW_MAPDRAW:		Stephans new map draw code
 ## NEW_AI:		New better improved AI code
+## USE_TILECACHE:	Faster tile drawing, costs memory.
+## USE_SMART_TILECACHE:	Faster tile drawing, slow with hardware video memory.
 ## This aren't working:
 ## NEW_FOW:		New fog of war code, should work correct
 ## NEW_SHIPS:		New correct ship movement.
diff --git a/setup b/setup
index 1d546898e..2425d24d8 100755
--- a/setup
+++ b/setup
@@ -46,6 +46,8 @@ EXTRA_CFLAGS="-DUNIT_ON_MAP -DNEW_AI"
 ## UNIT_ON_MAP:		Faster lookup of units
 ## NEW_MAPDRAW:		Stephans new map draw code (value>1 shows update)
 ## NEW_AI:		New better improved AI code
+## USE_TILECACHE:	Faster tile drawing, costs memory.
+## USE_SMART_TILECACHE:	Faster tile drawing, slow with hardware video memory.
 ## These aren't working yet:
 ## NEW_FOW:		New fog of war code, should work correct
 ## NEW_SHIPS:		New correct ship movement.