From 297f99e100bcede36d54b8f833756c73d70fd4a0 Mon Sep 17 00:00:00 2001 From: smatz Date: Sun, 4 May 2008 21:53:36 +0000 Subject: (svn r12944) -Codechange: use rev.h instead of externs at many places --- src/strings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/strings.cpp') diff --git a/src/strings.cpp b/src/strings.cpp index 5cebdf7da..ab2494808 100644 --- a/src/strings.cpp +++ b/src/strings.cpp @@ -27,6 +27,7 @@ #include "gui.h" #include "strings_func.h" #include "functions.h" +#include "rev.h" #include "core/endian_func.hpp" #include "date_func.h" #include "vehicle_base.h" @@ -560,7 +561,6 @@ uint ConvertDisplaySpeedToSpeed(uint speed) static char* FormatString(char* buff, const char* str, const int64* argv, uint casei, const char* last) { - extern const char _openttd_revision[]; WChar b; const int64 *argv_orig = argv; uint modifier = 0; -- cgit v1.2.3-54-g00ecf