forked from github/server
Anpassung ECHECK_VERSION
This commit is contained in:
parent
e4cd59d5e9
commit
120e318ffe
|
@ -6,7 +6,7 @@ endif
|
|||
|
||||
default: debug
|
||||
|
||||
DEPEND = @g++ -MM -MG -r
|
||||
DEPEND = @gcc -MM -MG -r
|
||||
AR = @ar
|
||||
CTAGS = @ctags
|
||||
CC = @gcc
|
||||
|
|
|
@ -133,7 +133,7 @@ typedef struct armor_type {
|
|||
} armor_type;
|
||||
|
||||
static armor_type armordata[AR_NONE + 1] =
|
||||
/* penalty; prot; shield; item; */
|
||||
/* penalty; magres; prot; shield; item; */
|
||||
{
|
||||
#ifdef COMPATIBILITY
|
||||
{-0.80, 5, 0, I_CLOAK_OF_INVULNERABILITY },
|
||||
|
|
|
@ -162,7 +162,7 @@ typedef struct settings {
|
|||
extern settings global;
|
||||
|
||||
#define RELEASE_VERSION NEWSOURCE_VERSION
|
||||
#define ECHECK_VERSION "3.10"
|
||||
#define ECHECK_VERSION "3.11"
|
||||
|
||||
/* changes from->to: 72->73: struct unit::lock entfernt.
|
||||
* 73->74: struct unit::flags eingeführt.
|
||||
|
|
Loading…
Reference in New Issue