mirror of
https://github.com/1dot13/source.git
synced 2026-09-09 14:46:05 +02:00
- fixed CTD when trying to add 13th town
- preparations to increase number of town sectors git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@623 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -106,8 +106,8 @@ TOWN_LOYALTY gTownLoyalty[ MAX_TOWNS ];
|
||||
|
||||
|
||||
// town name and locations arrays, for town theft and what not
|
||||
INT32 pTownNamesList[ 40 ];
|
||||
INT32 pTownLocationsList[ 40 ];
|
||||
INT32 pTownNamesList [ MAX_TOWN_SECTORS ];
|
||||
INT32 pTownLocationsList [ MAX_TOWN_SECTORS ];
|
||||
|
||||
INT32 iTownDistances[ MAX_TOWNS ][ MAX_TOWNS ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user