diff --git a/Adventures in Lestoria/LevelCompleteWindow.cpp b/Adventures in Lestoria/LevelCompleteWindow.cpp index c76a2fe8..36707f03 100644 --- a/Adventures in Lestoria/LevelCompleteWindow.cpp +++ b/Adventures in Lestoria/LevelCompleteWindow.cpp @@ -227,6 +227,7 @@ void Menu::InitializeLevelCompleteWindow(){ return; }else{ returnData=selectedButton; + return; } } DefaultBehavior{ //When nothing is found... @@ -279,6 +280,7 @@ void Menu::InitializeLevelCompleteWindow(){ return; }else{ returnData=selectedButton; + return; } } DefaultBehavior{ //When nothing is found... @@ -411,6 +413,7 @@ void Menu::InitializeLevelCompleteWindow(){ return; }else{ returnData=selectedButton; + return; } } DefaultBehavior{ //When nothing is found... @@ -463,6 +466,7 @@ void Menu::InitializeLevelCompleteWindow(){ return; }else{ returnData=selectedButton; + return; } } DefaultBehavior{ //When nothing is found... diff --git a/Adventures in Lestoria/TMXParser.h b/Adventures in Lestoria/TMXParser.h index 97c12a24..cae908d5 100644 --- a/Adventures in Lestoria/TMXParser.h +++ b/Adventures in Lestoria/TMXParser.h @@ -390,7 +390,7 @@ class TMXParser{ if (newTag.tag.length()==0) { //Tag's empty, so first line is the tag. newTag.tag=data; #if _DEBUG - if(_DEBUG_MAP_LOAD_INFO)LOG("Tag: "<CastSpell(Wizard::ability3); game->AddEffect(std::make_unique(pos,3,"meteor.png",p->OnUpperLevel(),vf2d{"Wizard.Ability 3.MeteorRadius"_F/100/4,"Wizard.Ability 3.MeteorRadius"_F/100/4},"Wizard.Ability 3.MeteorFadeoutTime"_F)); return true; }; diff --git a/x64/Release/Adventures in Lestoria.exe b/x64/Release/Adventures in Lestoria.exe index c464239b..a92a1b16 100644 Binary files a/x64/Release/Adventures in Lestoria.exe and b/x64/Release/Adventures in Lestoria.exe differ