mirror of
https://github.com/ioquake/ioq3.git
synced 2025-05-30 16:41:31 +00:00
* Add SVN version to the version string displayed in the client console
if it can be detected
This commit is contained in:
parent
467917233a
commit
0df6305274
3 changed files with 20 additions and 5 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue