From bc5a8944d03f0b96ffa1fd88c33c2f84c4d9249c Mon Sep 17 00:00:00 2001 From: tjw Date: Tue, 22 Aug 2006 16:13:51 +0000 Subject: * Add SVN version to the version string displayed in the client console if it can be detected git-svn-id: svn://svn.icculus.org/quake3/trunk@858 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/client/client.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'code/client/client.h') diff --git a/code/client/client.h b/code/client/client.h index 4da998b..3643e4f 100644 --- a/code/client/client.h +++ b/code/client/client.h @@ -35,6 +35,9 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #define RETRANSMIT_TIMEOUT 3000 // time between connection packet retransmits +#ifndef SVN_VERSION + #define SVN_VERSION Q3_VERSION +#endif // snapshots are a view of the server at a given time typedef struct { -- cgit v1.2.3