mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-08-15 14:43:32 -07:00
Remove unused this.fullText from the tutorial
This commit is contained in:
parent
e02a2e0b31
commit
f3b71a1fbf
1 changed files with 0 additions and 1 deletions
|
|
@ -8,7 +8,6 @@ Engine.RegisterGlobal("TUTORIAL_STEP_TYPE", TUTORIAL_STEP_TYPE);
|
|||
Trigger.prototype.InitTutorial = function(data)
|
||||
{
|
||||
this.index = 0;
|
||||
this.fullText = "";
|
||||
this.tutorialEvents = [];
|
||||
|
||||
// Register needed triggers
|
||||
|
|
|
|||
Loading…
Reference in a new issue