equal
deleted
inserted
replaced
12 * GNU General Public License for more details. |
12 * GNU General Public License for more details. |
13 * |
13 * |
14 * You should have received a copy of the GNU General Public License |
14 * You should have received a copy of the GNU General Public License |
15 * along with this program; if not, write to the Free Software |
15 * along with this program; if not, write to the Free Software |
16 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
16 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
|
17 */ |
|
18 |
|
19 /* |
|
20 * PLEASE NOTE: hwconsts.cpp is automatically generated from hwconsts.cpp.in. |
|
21 * Do not edit hwconsts.cpp manually, it will be overwritten when building. |
|
22 * Edit hwconsts.cpp.in to change the code. |
17 */ |
23 */ |
18 |
24 |
19 #include <QStandardItemModel> |
25 #include <QStandardItemModel> |
20 |
26 |
21 #include "hwconsts.h" |
27 #include "hwconsts.h" |
35 |
41 |
36 bool custom_config = false; |
42 bool custom_config = false; |
37 bool custom_data = false; |
43 bool custom_data = false; |
38 |
44 |
39 int cMaxTeams = 8; |
45 int cMaxTeams = 8; |
|
46 int cMaxHHs = 48; |
40 int cMinServerVersion = 3; |
47 int cMinServerVersion = 3; |
41 |
48 |
42 QString * cDefaultAmmoStore = new QString( AMMOLINE_DEFAULT_QT AMMOLINE_DEFAULT_PROB |
49 QString * cDefaultAmmoStore = new QString( AMMOLINE_DEFAULT_QT AMMOLINE_DEFAULT_PROB |
43 AMMOLINE_DEFAULT_DELAY AMMOLINE_DEFAULT_CRATE ); |
50 AMMOLINE_DEFAULT_DELAY AMMOLINE_DEFAULT_CRATE ); |
44 QString * cEmptyAmmoStore = new QString( AMMOLINE_EMPTY_QT AMMOLINE_EMPTY_PROB |
51 QString * cEmptyAmmoStore = new QString( AMMOLINE_EMPTY_QT AMMOLINE_EMPTY_PROB |