Advertisement
Benji23245

Untitled

Oct 11th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. if ((co1->Status & Status_Ground) == Status_Ground)
  2. {
  3. co2->PhysicsData.HSpeedCap = 60000;
  4. co2->PhysicsData.VSpeedCap = 60000;
  5. }
  6. else if (co2->AnimationThing.Index != 64)
  7. {
  8. co2->PhysicsData.HSpeedCap = 16;
  9. co2->PhysicsData.VSpeedCap = 16;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement