Anpassung ECHECK_VERSION

This commit is contained in:
Henning Peters 2001-03-23 10:07:00 +00:00
parent e4cd59d5e9
commit 120e318ffe
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ endif
default: debug
DEPEND = @g++ -MM -MG -r
DEPEND = @gcc -MM -MG -r
AR = @ar
CTAGS = @ctags
CC = @gcc

View File

@ -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 },

View File

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