Add missing frontend constants
authorWuzzy <almikes@aol.com>
Wed, 04 May 2016 22:56:22 +0200
changeset 11810 09079c1b8ad5
parent 11809 f412d539284e
child 11811 f9a4f4d11c3a
Add missing frontend constants
QTfrontend/hwconsts.cpp.in
--- a/QTfrontend/hwconsts.cpp.in	Wed May 04 19:42:20 2016 +0200
+++ b/QTfrontend/hwconsts.cpp.in	Wed May 04 22:56:22 2016 +0200
@@ -38,6 +38,8 @@
 
 int cMaxTeams = 8;
 int cMinServerVersion = 3;
+int cFortDistanceUnit = 20;
+int cBaseFortDistance = 60;
 
 QString * cDefaultAmmoStore = new QString( AMMOLINE_DEFAULT_QT AMMOLINE_DEFAULT_PROB
                                            AMMOLINE_DEFAULT_DELAY AMMOLINE_DEFAULT_CRATE );