From 465842710c7cb87e0e8fffd0b2afe3d624fe2354 Mon Sep 17 00:00:00 2001 From: "chirs241097@gmail.com" Date: Sat, 8 Mar 2014 02:23:30 +0000 Subject: Merge code for Windows, Leaf_Anim rewrite, should fix crashes in Windows. This revision (or the next one) will be released to public. --- levels.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'levels.h') diff --git a/levels.h b/levels.h index 9e249be..810ece3 100644 --- a/levels.h +++ b/levels.h @@ -1017,7 +1017,9 @@ void Level5Part0() { IfShowTip=false; FadeTip=false; - LE_Active=true;letex=TLeaf;lescale=0.75;letr=TextureRect(0,0,108,108);lecolor=0xCCCC3333; + LE_Active=true;letex=TLeaf;lescale=0.75; + letr=TextureRect(0,0,108,108);lecolor=0xCCCC3333; + Leaf.Init(); Current_Position=2; ShowTip("\ Level 5-Crazy Autumn\n\ @@ -1492,7 +1494,9 @@ void Level6Part0() { IfShowTip=false; FadeTip=false; - LE_Active=true;letex=TSflake;lescale=0.2;letr=TextureRect(0,0,350,350);lecolor=0xCC3366CC; + LE_Active=true;letex=TSflake;lescale=0.2; + letr=TextureRect(0,0,350,350);lecolor=0xCC3366CC; + Leaf.Init(); Current_Position=2; ShowTip("\ Level 6-Peaceful(?) Winter\n\ -- cgit v1.2.3