diff options
Diffstat (limited to 'code')
-rw-r--r-- | code/client/client.h | 4 | ||||
-rw-r--r-- | code/qcommon/q_shared.h | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/code/client/client.h b/code/client/client.h index 3a876d2..9db786a 100644 --- a/code/client/client.h +++ b/code/client/client.h @@ -35,10 +35,6 @@ 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 { qboolean valid; // cleared if delta parsing was invalid diff --git a/code/qcommon/q_shared.h b/code/qcommon/q_shared.h index 8b83378..335ef38 100644 --- a/code/qcommon/q_shared.h +++ b/code/qcommon/q_shared.h @@ -27,6 +27,9 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA // A user mod should never modify this file #define Q3_VERSION "ioQ3 1.33" +#ifndef SVN_VERSION + #define SVN_VERSION Q3_VERSION +#endif #define CLIENT_WINDOW_TITLE "icculus.org/quake3" #define CLIENT_WINDOW_ICON "ioq3" #define CONSOLE_WINDOW_TITLE "icculus.org/quake3 console" |