Skip to content

Commit

Permalink
fix wrongly turned catapult (#1838)
Browse files Browse the repository at this point in the history
  • Loading branch information
MDT-Maikel committed Nov 11, 2016
1 parent fb882d6 commit bfc830a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion planet/Tutorials.ocf/Tutorial06.ocs/Script.c
Expand Up @@ -73,7 +73,7 @@ private func InitMiddleIsland()
// A catapult to get to the bottom island.
var catapult = CreateObjectAbove(Catapult, 760, 408);
catapult->MakeInvincible();
catapult->SetDir(DIR_Left);
catapult->TurnLeft();

var chemical_lab = CreateObjectAbove(ChemicalLab, 850, 368);
chemical_lab->MakeInvincible();
Expand Down

0 comments on commit bfc830a

Please sign in to comment.