From ca52fe2b1bf90a89fd315d274fdc09bc60570ded Mon Sep 17 00:00:00 2001
From: johns <>
Date: Wed, 28 Feb 2001 16:00:40 +0000
Subject: [PATCH] Showing all compile options during startup.

---
 src/stratagus/stratagus.cpp | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/stratagus/stratagus.cpp b/src/stratagus/stratagus.cpp
index 8c1cd4543..25233ec73 100644
--- a/src/stratagus/stratagus.cpp
+++ b/src/stratagus/stratagus.cpp
@@ -297,6 +297,9 @@ global int main1(int argc __attribute__ ((unused)),
 #ifdef NEW_AI
     "NEW-AI "
 #endif
+#ifdef NEW_SHIPS
+    "NEW-SHIPS "
+#endif
 #ifdef SLOW_INPUT
     "SLOW-INPUT "
 #endif