diff -r 46a9fde631f4 -r 75db7bb8dce8 hedgewars/uConsts.pas --- a/hedgewars/uConsts.pas Wed Jan 02 11:11:49 2013 +0100 +++ b/hedgewars/uConsts.pas Sun Jan 27 00:28:57 2013 +0100 @@ -43,6 +43,9 @@ msgFailedSize = 'failed due to size'; msgGettingConfig = 'Getting game config...'; + // camera movement multipliers + cameraKeyboardSpeed : ShortInt = 10; + // color constants cWhiteColorChannels : TSDL_Color = (r:$FF; g:$FF; b:$FF; unused:$FF); cNearBlackColorChannels : TSDL_Color = (r:$00; g:$00; b:$10; unused:$FF);