Default Weights

This commit is contained in:
2025-10-15 02:45:40 +02:00
parent 5a80249f0e
commit 3d2e439674
5 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
/******************************** Constants ********************************/
// 2x 190lbs default
#define FRONT_CREW_WEIGHT(IS_IMPERIAL) ((IS_IMPERIAL) ? (760.0) : (344.0))
// 5x 190lbs default
// 2x 190lbs default
#define REAR_CREW_WEIGHT(IS_IMPERIAL) ((IS_IMPERIAL) ? (760.0) : (344.0))
// All actual Business seats
#define MAX_BUSINESS_1 18