git-svn-id: https://svn.eduke32.com/eduke32@1142 1a8010ca-5511-0410-912e-c29ae57300e0

This commit is contained in:
terminx 2008-11-17 01:15:16 +00:00
parent 5d194eebfb
commit f169d5584f
3 changed files with 3 additions and 3 deletions

View file

@ -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;

View file

@ -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];

View file

@ -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;