Advertisement
Guest User

Untitled

a guest
Jan 24th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. if (static_cast < double >(clock()) / CLOCKS_PER_SEC - czas > 1)
  2. {
  3. a = false;
  4. }
  5. if (a == false)
  6. if (Keyboard::isPressed('F'))
  7. {
  8. czas = static_cast < double >(clock()) / CLOCKS_PER_SEC;
  9. third_person == false ? third_person = true : third_person = false;
  10. a = true;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement