mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-23 20:52:16 +00:00
Fixed bugs 4144 and 4145
This commit is contained in:
parent
bd805999ba
commit
ad01e9a850
2 changed files with 2 additions and 2 deletions
|
@ -110,7 +110,7 @@ BQ=qvm
|
|||
|
||||
GDIRNAME=game
|
||||
CGDIRNAME=cgame
|
||||
UIDIRNAME=ta_ui
|
||||
UIDIRNAME=ui
|
||||
GDIR=$(MOUNT_DIR)/$(GDIRNAME)
|
||||
CGDIR=$(MOUNT_DIR)/$(CGDIRNAME)
|
||||
UIDIR=$(MOUNT_DIR)/$(UIDIRNAME)
|
||||
|
|
|
@ -6085,7 +6085,7 @@ static void UI_RunMenuScript(char **args)
|
|||
}
|
||||
//trap_Cmd_ExecuteText( EXEC_NOW, "quit");
|
||||
//Makro - saved config file before exiting
|
||||
trap_Cmd_ExecuteText(EXEC_APPEND, "writeconfig rq3config.cfg ; quit\n");
|
||||
trap_Cmd_ExecuteText(EXEC_APPEND, "writeconfig Reaction.cfg ; quit\n");
|
||||
//Makro - weapon menu after joining a team
|
||||
} else if (Q_stricmp(name, "weapAfterJoin") == 0) {
|
||||
//only in teamplay
|
||||
|
|
Loading…
Reference in a new issue