* moved SVN_VERSION #ifdef from client.h to q_shared.h so dedicated server
builds when svn version cannot be detected
This commit is contained in:
parent
5ee7b5ed59
commit
1f8c2c56eb
3 changed files with 4 additions and 5 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue