Skip to content

Commit

Permalink
Removed txt files from menus, renamed show console button
Browse files Browse the repository at this point in the history
  • Loading branch information
Rex109 committed Jul 5, 2023
1 parent 90f7f78 commit 36ccf6e
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 103 deletions.
Binary file modified mod/cod4qol/mod.ff
Binary file not shown.
2 changes: 1 addition & 1 deletion mod/cod4qol/ui/options_sound_pc.menu
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
//CoD4QOL settings

CHOICE_SECTION_TITLE_VIS( 21, "CoD4QOL settings...", when( localVarInt ( ui_qol ) == 3 ))
CHOICE_DVARFLOATLIST_VIS( 22, "Show console", qol_show_console, { "@MENU_OFF" 0 "@MENU_ON" 1 }, exec "toggleconsoleupdate";, when( localVarInt ( ui_qol ) == 3 ))
CHOICE_DVARFLOATLIST_VIS( 22, "Show external console", qol_show_console, { "@MENU_OFF" 0 "@MENU_ON" 1 }, exec "toggleconsoleupdate";, when( localVarInt ( ui_qol ) == 3 ))

itemDef
{
Expand Down
48 changes: 0 additions & 48 deletions mod/cod4qol/ui_mp/ingame.txt

This file was deleted.

54 changes: 0 additions & 54 deletions mod/cod4qol/ui_mp/menus.txt

This file was deleted.

0 comments on commit 36ccf6e

Please sign in to comment.