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