X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FTutorial.cpp;h=cdb55996fae6d72f098a9bd3575145d518465f5b;hb=fdda8bfcd51741554efb27b2eca25bea63675595;hp=006da97f10206da119fcf73153a8f09ae9098a03;hpb=d177a567280631cd91a677debafada8cef7e0413;p=lugaru.git diff --git a/Source/Tutorial.cpp b/Source/Tutorial.cpp index 006da97..cdb5599 100644 --- a/Source/Tutorial.cpp +++ b/Source/Tutorial.cpp @@ -152,6 +152,7 @@ void Tutorial::Do(float multiplier) maxtime = 13; break; case 32: + case 42: maxtime = 8; break; case 33: @@ -210,9 +211,6 @@ void Tutorial::Do(float multiplier) case 43: maxtime = 300; break; - case 42: - maxtime = 8; - break; case 44: weapons[0].owner = 1; Person::players[0]->weaponactive = -1; @@ -461,6 +459,9 @@ void Tutorial::Do(float multiplier) break; case 33: case 34: + case 44: + case 45: + case 46: if (Animation::animations[Person::players[0]->animTarget].attack == reversal) { success = 1; } @@ -488,13 +489,6 @@ void Tutorial::Do(float multiplier) success = 1; } break; - case 44: - case 45: - case 46: - if (Animation::animations[Person::players[0]->animTarget].attack == reversal) { - success = 1; - } - break; case 49: if (Person::players[1]->weaponstuck != -1) { success = 1;