--- a/hedgewars/GSHandlers.inc Thu Apr 28 00:16:36 2011 +0200
+++ b/hedgewars/GSHandlers.inc Thu Apr 28 01:01:07 2011 +0200
@@ -615,7 +615,7 @@
end;
inc(Health, 8);
- if Health > vobFrameTicks then
+ if longword(Health) > vobFrameTicks then
begin
dec(Health, vobFrameTicks);
inc(Timer);