mirror of
https://github.com/1dot13/source.git
synced 2026-09-02 14:36:06 +02:00
Merged from revision: 7586
Multiplayer Bugfix: - Improved (fixed) interrupt endless clock when enemy interrupts (CO-OP game) (tested by Woquit) - Override turn (ALT + E): Now it is possible again for the server to give the turn back to itself - Updated MP Version Number to 3.1 git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@7587 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -194,9 +194,9 @@ extern BOOLEAN fClientReceivedAllFiles;
|
||||
// Add basic version checking, will only work from now on
|
||||
// note: this cannot be longer than char[30]
|
||||
#ifdef JA2UB
|
||||
#define MPVERSION "MP v3.0(UB)"
|
||||
#define MPVERSION "MP v3.1(UB)"
|
||||
#else
|
||||
#define MPVERSION "MP v3.0"
|
||||
#define MPVERSION "MP v3.1"
|
||||
#endif
|
||||
|
||||
// OJW - 2009128 - inline funcs for working with soldiers and teams
|
||||
|
||||
Reference in New Issue
Block a user