A3Antistasi / A3-Antistasi

A3-Antistasi is the new official Antistasi version
https://a3antistasi.enjin.com/
MIT License
78 stars 331 forks source link

[bug] Dialog back button #204

Open Jonathan-Rosewood opened 5 years ago

Jonathan-Rosewood commented 5 years ago

Version: 1.4.0.2

Mods: CBA, TFAR

Environment: MP dedicated

.rpt attatched? No

have you edited the missionfile?: Yes (add TFAR system only)

Issue:


  1. Press Y key to open 'Battle Options' dialog
  2. Press 'Garage Vehicle' button to open 'Personal of Faction Garage?' dialog
  3. Press 'Back' button to return back...hm...what a?!
jahangir13 commented 5 years ago

I guess the actions need to be exchanged in lines 1242, 1580, 1704 in dialogs.hpp to this: action = "closeDialog 0;nul = createDialog ""radio_comm"";";

Barbolani77 commented 5 years ago

thanks! will check it