mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-26 12:52:02 +00:00
Reapply a5cb1492c4 on 1_Tutorial.cfg
The tutorial produced a row of warnings because the WML container next_turn and its members weren't initialized.
This commit is contained in:
parent
4146d428b8
commit
066ae06083
@ -135,6 +135,13 @@ border_size=1
|
||||
|
||||
{CLEAR_VARIABLE student_loc}
|
||||
|
||||
{VARIABLE next_turn.advice_chain[0].turn -1 }
|
||||
{VARIABLE next_turn.advice_chain[1].turn -1 }
|
||||
{VARIABLE next_turn.advice_chain[2].turn -1 }
|
||||
{VARIABLE next_turn.advice_chain[3].turn -1 }
|
||||
{VARIABLE next_turn.advice_chain[4].turn -1 }
|
||||
{VARIABLE next_turn.advice_chain[5].turn -1 }
|
||||
|
||||
[unit]
|
||||
id=Delfador
|
||||
name= _"Delfador"
|
||||
|
Loading…
x
Reference in New Issue
Block a user