From 2ca9f9a3ad046926ef2fffded38513bf798b2e9c Mon Sep 17 00:00:00 2001 From: habu Date: Sun, 2 Jun 2002 02:11:09 +0000 Subject: [PATCH] =?utf8?q?=E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7=E3=83=B31.1?= =?utf8?q?.-1=E3=81=AB=E3=81=99=E3=82=8B=E3=81=9F=E3=82=81=E3=80=81load.c?= =?utf8?q?=E3=81=A8save.c=E3=81=AE=E3=82=B3=E3=83=A1=E3=83=B3=E3=83=88?= =?utf8?q?=E3=82=A2=E3=82=A6=E3=83=88=E3=81=97=E3=81=A6=E3=81=84=E3=81=9F?= =?utf8?q?=E9=83=A8=E5=88=86=E3=82=92=E5=A4=96=E3=81=97=E3=81=9F=E3=80=82?= =?utf8?q?=20=E3=81=BE=E3=81=9F=E3=80=81=E5=86=85=E9=83=A8=E3=83=90?= =?utf8?q?=E3=83=BC=E3=82=B8=E3=83=A7=E3=83=B3=E3=81=AF1.0.99=E3=81=A8?= =?utf8?q?=E3=81=97=E3=81=A6=E3=81=84=E3=82=8B=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/defines.h | 2 +- src/load.c | 4 ++-- src/save.c | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/defines.h b/src/defines.h index 8c310aa2f..23ff4f540 100644 --- a/src/defines.h +++ b/src/defines.h @@ -51,7 +51,7 @@ #define FAKE_VERSION 0 #define FAKE_VER_MAJOR 11 #define FAKE_VER_MINOR 0 -#define FAKE_VER_PATCH 14 +#define FAKE_VER_PATCH 99 #define ANGBAND_2_8_1 #define ZANGBAND diff --git a/src/load.c b/src/load.c index 6a87454c3..bd480fdb7 100644 --- a/src/load.c +++ b/src/load.c @@ -1533,8 +1533,8 @@ note(format(" rd_s16b(&p_ptr->tim_mimic); rd_s16b(&p_ptr->tim_sh_fire); } - /* rd_s16b(&p_ptr->tim_sh_holy); nanka */ - /* rd_s16b(&p_ptr->tim_eyeeye); nanka */ + rd_s16b(&p_ptr->tim_sh_holy); + rd_s16b(&p_ptr->tim_eyeeye); /* by henkma */ if ( z_older_than(11,0,3) ){ diff --git a/src/save.c b/src/save.c index eac50f1fe..36fa72e8d 100644 --- a/src/save.c +++ b/src/save.c @@ -1091,8 +1091,8 @@ static void wr_extra(void) wr_byte(p_ptr->mimic_form); wr_s16b(p_ptr->tim_mimic); wr_s16b(p_ptr->tim_sh_fire); - /* wr_s16b(p_ptr->tim_sh_holy); nanka */ - /* wr_s16b(p_ptr->tim_eyeeye); nanka */ + wr_s16b(p_ptr->tim_sh_holy); + wr_s16b(p_ptr->tim_eyeeye); /* by henkma */ wr_s16b(p_ptr->tim_reflect); -- 2.11.0