• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

変愚蛮怒のメインリポジトリです


Commit MetaInfo

修訂f7834bdf3c8e8ab9e3240b20b87a259408634038 (tree)
時間2013-07-14 12:05:30
作者deskull <deskull@0568...>
Commiterdeskull

Log Message

Fix a bug in monster info.

Change Summary

差異

--- a/src/monster1.c
+++ b/src/monster1.c
@@ -181,7 +181,7 @@ static void roff_aux(int r_idx, int mode)
181181
182182 for(n = 0; n < 6; n++)
183183 {
184- if(r_ptr->reinforce_id) reinforce = TRUE;
184+ if(r_ptr->reinforce_id[n] > 0) reinforce = TRUE;
185185 }
186186
187187 /* cheat_know or research_mon() */