]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
128 introduces too many globals, round down to just 100 mirceakitsune/campaign_maxentries 749/head
authorMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Tue, 31 Dec 2019 15:32:46 +0000 (15:32 +0000)
committerMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Tue, 31 Dec 2019 15:32:46 +0000 (15:32 +0000)
qcsrc/common/campaign_common.qh

index a09f713b12bb688b81309dd5964778b94e139b78..1ce89497b036e87263b29b383adc55a89416264f 100644 (file)
@@ -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