diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-07-23 20:05:17 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-07-23 20:05:17 +0000 |
commit | 24ebfd27177ba2d49b2fd2e9d5b5fba3df35744c (patch) | |
tree | f301459f6e2160b59f102e5506c37de2f4c48251 /games/phantasia/misc.c | |
parent | ec11c0c45f17c8fcab3c1dcd043b3cd0b55c4c82 (diff) |
tabify
Diffstat (limited to 'games/phantasia/misc.c')
-rw-r--r-- | games/phantasia/misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/phantasia/misc.c b/games/phantasia/misc.c index d409fa2e5a2..2a9635a51e9 100644 --- a/games/phantasia/misc.c +++ b/games/phantasia/misc.c @@ -1260,7 +1260,7 @@ double dtemp; /* for temporary calculations */ /* rest to max */ Player.p_energy = Player.p_maxenergy + Player.p_shield; - if (Player.p_ring.ring_duration <= 0) + if (Player.p_ring.ring_duration <= 0) /* clean up expired rings */ switch (Player.p_ring.ring_type) { |