changeset 2045 | b0588498bc3a |
parent 2042 | 905c554d62e6 |
child 2056 | ed8c83f1e4b0 |
--- a/hedgewars/HHHandlers.inc Mon May 11 19:42:29 2009 +0000 +++ b/hedgewars/HHHandlers.inc Mon May 11 21:19:47 2009 +0000 @@ -198,7 +198,7 @@ begin tmpGear:= AddVisualGear(0, 0, vgtSpeechBubble); tmpGear^.Text:= SpeechText; - tmpGear^.Hedgehog:= CurrentHedgehog; + tmpGear^.Hedgehog:= Gear^.Hedgehog; tmpGear^.FrameTicks:= SpeechType; SpeechText:= '' end;