Import changes from the local SVN working copy

This commit is contained in:
Asdow
2022-10-10 10:08:44 +03:00
parent 9cc567644f
commit 1f0a8f46e8
170 changed files with 1798 additions and 1764 deletions
+5 -5
View File
@@ -372,19 +372,19 @@ extern BOOLEAN fDrawTempHeliPath;
extern BOOLEAN fDrawTempMilitiaPath;
// selected destination char
INT8 GetSelectedDestChar();
void SetSelectedDestChar( INT8 aVal );
INT16 GetSelectedDestChar();
void SetSelectedDestChar( INT16 aVal );
extern bool gSquadEncumbranceCheckNecessary;
// current assignment character
extern INT8 bSelectedAssignChar;
extern INT16 bSelectedAssignChar;
// the info character
extern INT8 bSelectedInfoChar;
extern INT16 bSelectedInfoChar;
// the contract char
extern INT8 bSelectedContractChar;
extern INT16 bSelectedContractChar;
// map arrows graphical index value
extern UINT32 guiMAPCURSORS;