]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Allow 128 campaign levels instead of just 64
authorMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Tue, 31 Dec 2019 15:10:14 +0000 (15:10 +0000)
committerMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Tue, 31 Dec 2019 15:10:14 +0000 (15:10 +0000)
qcsrc/common/campaign_common.qh

index 25c008d260d12329b2e16aed6dfdf97fdaf0973d..a09f713b12bb688b81309dd5964778b94e139b78 100644 (file)
@@ -1,7 +1,7 @@
 #pragma once
 
 #ifndef CAMPAIGN_MAX_ENTRIES
-#define CAMPAIGN_MAX_ENTRIES 64
+#define CAMPAIGN_MAX_ENTRIES 128
 #endif
 
 // each i-th array element corresponds to the list entry campaign_offset+i