Skip to content

Instantly share code, notes, and snippets.

@talentless
Created November 2, 2011 15:46
Show Gist options
  • Save talentless/1333982 to your computer and use it in GitHub Desktop.
Save talentless/1333982 to your computer and use it in GitHub Desktop.
-(void) rollToScore:(int)newScore {
self.score = newScore;
if (!updating_) {
updating_ = TRUE;
[self schedule:@selector(update_:) interval:interval_];
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment