From ac0e14beca37ba75e5f8cbdd6aac4c4db309de5c Mon Sep 17 00:00:00 2001 From: Flugente Date: Sat, 19 Oct 2013 18:52:11 +0000 Subject: [PATCH] set possible number of backgrounds to 500, as some modders might need that many git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@6512 3b4a5df2-a311-0410-b5c6-a8a6f20db521 --- Tactical/Interface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tactical/Interface.h b/Tactical/Interface.h index 031ba869..2d9f09e6 100644 --- a/Tactical/Interface.h +++ b/Tactical/Interface.h @@ -199,7 +199,7 @@ typedef struct INT16 value[BG_MAX]; // property values } BACKGROUND_VALUES; -#define NUM_BACKGROUND 200 +#define NUM_BACKGROUND 500 extern BACKGROUND_VALUES zBackground[NUM_BACKGROUND];