- transitioned the combat macros to the new config and made them independent for all games, so that everything can use the original text. (But considering that they are a multiplayer feature I'm not sure how much that is worth.)

- sort the config output alphabetically.
- do not use [=] as key names for the bindings.
This commit is contained in:
Christoph Oelckers 2019-10-27 08:14:58 +01:00
parent ef9f50aa12
commit 4b5ec2aabb
27 changed files with 86 additions and 229 deletions

View file

@ -61,7 +61,6 @@ extern char InitString[MAXMODEMSTRING];
extern char HangupString[MAXMODEMSTRING];
extern char DialoutString[MAXMODEMSTRING];
extern int32_t SocketNumber;
extern char CommbatMacro[MAXMACROS][MAXMACROLENGTH];
extern char PhoneNames[MAXPHONEENTRIES][PHONENAMELENGTH];
extern char PhoneNumbers[MAXPHONEENTRIES][PHONENUMBERLENGTH];
extern char PhoneNumber[PHONENUMBERLENGTH];