Rename variable from tmp to dmg

This commit is contained in:
Pasi Kallinen
2023-01-24 17:02:13 +02:00
parent 2f40a8c9aa
commit 0cbb9899cb
2 changed files with 59 additions and 59 deletions

View File

@@ -495,7 +495,7 @@ struct you {
* done.
*/
struct _hitmon_data {
int tmp; /* damage value? */
int dmg; /* damage */
int thrown;
int dieroll;
struct permonst *mdat;