Advertisement
Guest User

Untitled

a guest
Dec 15th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. public void OnMapEnd()
  2. {
  3. if (TimerRepeat != INVALID_HANDLE)
  4. {
  5. KillTimer(TimerRepeat);
  6. TimerRepeat = INVALID_HANDLE;
  7. }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement