URL:
  <http://gna.org/bugs/?25473>

                 Summary: OOS when redoing certain action that use synced
choices
                 Project: Battle for Wesnoth
            Submitted by: gfgtdf
            Submitted on: So 29 Jan 2017 13:22:17 UTC
                Category: Bug
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: WML
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 1.13.6
        Operating System:  

    _______________________________________________________

Details:

This code:


        [event]
                name="recall"
                first_time_only=no
                [message]
                        mesage = "mesage"
                        [option]
                                message = "option 1"
                                [command]
                                [/command]
                        [/option]
                        [option]
                                message = "option 2"
                                [command]
                                [/command]
                        [/option]
                [/message]
                [allow_undo]
                [/allow_undo]
        [/event]

causes OOS if the actions is first undne and then redone, you will also see
that the engine shos the message with options again when redoing the actions
while it actualyl shouldn't (it shoudl just use the stored answer from when
this action was executed the first time)




    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?25473>

_______________________________________________
  Nachricht gesendet von/durch Gna!
  http://gna.org/


_______________________________________________
Wesnoth-bugs mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-bugs

Reply via email to