mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
- externalized samsite coordinates concerning strategic AI action and Skyrider dialogue (by Buggler)
- minor ENG language tweaks to traits popup help text (by Buggler) - translated a few missing German Texts in _Ja25GermanText.cpp git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@6410 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -217,6 +217,10 @@ INT16 pSamList[ MAX_NUMBER_OF_SAMS ];
|
||||
INT32 pSamGridNoAList[ MAX_NUMBER_OF_SAMS ];
|
||||
INT32 pSamGridNoBList[ MAX_NUMBER_OF_SAMS ];
|
||||
|
||||
// coordinates X,Y of sam sites on strategic map
|
||||
INT16 gpSamSectorX[ MAX_NUMBER_OF_SAMS ];
|
||||
INT16 gpSamSectorY[ MAX_NUMBER_OF_SAMS ];
|
||||
|
||||
// ATE: Update this w/ graphic used
|
||||
// Use 3 if / orientation, 4 if \ orientation
|
||||
INT8 gbSAMGraphicList[ MAX_NUMBER_OF_SAMS ];
|
||||
@@ -415,8 +419,6 @@ void CrippledVersionFailureToLoadMapCheck();
|
||||
#define MAX_CHAR_DATA_LENGTH 500
|
||||
#define INVALID_SAMSITE_INDEX -1
|
||||
|
||||
extern INT16 gpSamSectorX[ MAX_NUMBER_OF_SAMS ];
|
||||
extern INT16 gpSamSectorY[ MAX_NUMBER_OF_SAMS ];
|
||||
|
||||
typedef enum
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user