Commented out two [allow_undo]s in menu items, since those can cause OoS.
This commit is contained in:
parent
8f82d2561d
commit
e6126119a9
2 changed files with 4 additions and 2 deletions
|
@ -4,7 +4,8 @@
|
|||
[option]
|
||||
message= _ "Return to menu"
|
||||
[command]
|
||||
[allow_undo][/allow_undo]
|
||||
#[allow_undo]
|
||||
#[/allow_undo]
|
||||
[/command]
|
||||
[/option]
|
||||
#enddef
|
||||
|
|
|
@ -190,7 +190,8 @@ Study Progress: $player_$side_number|.warfare.progress|/$player_$side_number|.wa
|
|||
[/then]
|
||||
|
||||
[else]
|
||||
[allow_undo][/allow_undo]
|
||||
#[allow_undo]
|
||||
#[/allow_undo]
|
||||
[/else]
|
||||
[/if]
|
||||
[/command]
|
||||
|
|
Loading…
Add table
Reference in a new issue