diff -r a1e9335f1d50 -r fce7de71742f share/hedgewars/Data/Scripts/Animate.lua --- a/share/hedgewars/Data/Scripts/Animate.lua Tue Jun 26 02:07:58 2012 +0300 +++ b/share/hedgewars/Data/Scripts/Animate.lua Fri Jun 29 14:39:05 2012 +0300 @@ -217,6 +217,9 @@ function AnimCaption(gear, text, time) AddCaption(text) + if time == nil then + return true + end AnimWait(gear, time) return true end