mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-31 01:11:15 +00:00
- 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:
parent
ef9f50aa12
commit
4b5ec2aabb
27 changed files with 86 additions and 229 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue