From: Mircea Kitsune Date: Tue, 31 Dec 2019 15:32:46 +0000 (+0000) Subject: 128 introduces too many globals, round down to just 100 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=refs%2Fheads%2Fmirceakitsune%2Fcampaign_maxentries;p=xonotic%2Fxonotic-data.pk3dir.git 128 introduces too many globals, round down to just 100 --- diff --git a/qcsrc/common/campaign_common.qh b/qcsrc/common/campaign_common.qh index a09f713b1..1ce89497b 100644 --- a/qcsrc/common/campaign_common.qh +++ b/qcsrc/common/campaign_common.qh @@ -1,7 +1,7 @@ #pragma once #ifndef CAMPAIGN_MAX_ENTRIES -#define CAMPAIGN_MAX_ENTRIES 128 +#define CAMPAIGN_MAX_ENTRIES 100 #endif // each i-th array element corresponds to the list entry campaign_offset+i