strings.c
changeset 287 121d79bcd34c
parent 261 c4fcd343e906
child 395 788a9bba0889
--- a/strings.c	Sat Sep 18 16:31:31 2004 +0000
+++ b/strings.c	Sat Sep 18 16:36:14 2004 +0000
@@ -19,12 +19,12 @@
 static uint _langtab_start[32]; // Offset into langpack offs
 
 #ifdef WITH_REV_HACK
-#define WITH_REV
-const char _openttd_revision[] = WITH_REV_HACK;
-#endif
-
-#ifdef WITH_REV
-extern const char _openttd_revision[];
+	#define WITH_REV
+	const char _openttd_revision[] = WITH_REV_HACK;
+#else
+	#ifdef WITH_REV
+	extern const char _openttd_revision[];
+	#endif
 #endif
 
 typedef byte *PlayerNameGeneratorProc(byte *buffr);