diff options
Diffstat (limited to 'games/larn/regen.c')
-rw-r--r-- | games/larn/regen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/larn/regen.c b/games/larn/regen.c index 2f68643a5de..81d8ccd08da 100644 --- a/games/larn/regen.c +++ b/games/larn/regen.c @@ -25,7 +25,7 @@ regen() if (d[STRENGTH]<3) { d[STRENGTH]=3; flag=1; } if ((d[HASTESELF]==0) || ((d[HASTESELF] & 1) == 0)) - gtime++; + gltime++; if (d[HP] != d[HPMAX]) if (d[REGENCOUNTER]-- <= 0) /* regenerate hit points */ |