mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-24 10:40:46 +00:00
git-svn-id: https://svn.eduke32.com/eduke32@1142 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
5d194eebfb
commit
f169d5584f
3 changed files with 3 additions and 3 deletions
|
@ -44,7 +44,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
#include <shellapi.h>
|
||||
#endif
|
||||
|
||||
#define BUILDDATE " 20081115"
|
||||
#define BUILDDATE " 20081116"
|
||||
#define VERSION " 1.2.0devel"
|
||||
|
||||
static int floor_over_floor;
|
||||
|
|
|
@ -975,7 +975,7 @@ void getpackets(void)
|
|||
if (i != other) sendpacket(i,packbuf,packbufleng);
|
||||
|
||||
if (packbuf[2] != (char)atoi(s_builddate))
|
||||
gameexit("\nYou cannot play Duke with different versions.");
|
||||
gameexit("You cannot play with different versions of EDuke32!");
|
||||
|
||||
other = packbuf[1];
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
//-------------------------------------------------------------------------
|
||||
#include "duke3d.h"
|
||||
|
||||
char *s_builddate = "20081115";
|
||||
char *s_builddate = "20081116";
|
||||
char *MusicPtr = NULL;
|
||||
int Musicsize;
|
||||
|
||||
|
|
Loading…
Reference in a new issue