diff -r fd1a580a35d6 -r 1ee7790caa0f QTfrontend/hwconsts.cpp.in --- a/QTfrontend/hwconsts.cpp.in Thu Jun 25 18:13:20 2020 +0200 +++ b/QTfrontend/hwconsts.cpp.in Thu Jun 25 22:16:11 2020 +0200 @@ -54,6 +54,8 @@ QString * cEmptyAmmoStore = new QString( AMMOLINE_EMPTY_QT AMMOLINE_EMPTY_PROB AMMOLINE_EMPTY_DELAY AMMOLINE_EMPTY_CRATE ); int cAmmoNumber = cDefaultAmmoStore->size() / 4; +unsigned int ammoMenuAmmos[] = HW_AMMOMENU_ARRAY; +int cAmmoMenuRows = 6; QList< QPair > cDefaultAmmos = QList< QPair >()