From 70f4b1d15655110620739d61c844b92ce9cb7304 Mon Sep 17 00:00:00 2001
From: johns <>
Date: Mon, 29 May 2000 20:37:49 +0000
Subject: [PATCH] Fix from ARI, compiling without CVS and old version didn't
 work.

---
 src/unit/unit_cache.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/unit/unit_cache.cpp b/src/unit/unit_cache.cpp
index 5c1aab7c4..46725b49e 100644
--- a/src/unit/unit_cache.cpp
+++ b/src/unit/unit_cache.cpp
@@ -118,6 +118,8 @@ struct _quad_tree_ {
 
 #else	// }{ STATISTIC
 
+#define StatisticInsert(tree)
+#define StatisticDelete(tree)
 #define StatisticNewNode(tree)
 #define StatisticNewLeaf(tree)
 #define StatisticDelNode(tree)