hedgewars/uConsts.pas
changeset 8346 3443e0de2c9d
parent 8325 ecd51650d5d8
child 8444 75db7bb8dce8
child 8744 6c87486fd89b
--- a/hedgewars/uConsts.pas	Fri Dec 28 23:54:42 2012 +0100
+++ b/hedgewars/uConsts.pas	Sat Dec 29 22:50:10 2012 +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);