changeset 2022 | 9bbf8af42ace |
parent 2017 | 7845c77c8d31 |
child 2042 | 905c554d62e6 |
--- a/hedgewars/CCHandlers.inc Fri May 01 09:01:44 2009 +0000 +++ b/hedgewars/CCHandlers.inc Fri May 01 11:58:22 2009 +0000 @@ -414,7 +414,7 @@ // If I knew how to add a gear without it becoming immediately active, I'd // just create/attach the hedgehog SpeechGear here, then activate it where // SpeechType/SpeechText are activated - SpeechType:= byte(s[1]); + SpeechType:= byte(s[1])-3; SpeechText:= text end; end;