hedgewars/uConsts.pas
changeset 14896 63357ed39886
parent 14736 8563cc40fc1e
child 14952 8e4e508d153c
--- a/hedgewars/uConsts.pas	Tue May 07 13:56:11 2019 +0200
+++ b/hedgewars/uConsts.pas	Tue May 07 14:17:09 2019 +0200
@@ -66,7 +66,8 @@
     msgGettingConfig     = 'Getting game config...';
 
     // camera movement multipliers
-    cameraKeyboardSpeed : ShortInt = 10;
+    cameraKeyboardSpeed     : LongInt = 10;
+    cameraKeyboardSpeedSlow : LongInt =  3;
 
     // color constants
     cWhiteColorChannels : TSDL_Color = (r:$FF; g:$FF; b:$FF; a:$FF);