Skip to content

Instantly share code, notes, and snippets.

@coffindragger
Created January 1, 2013 03:03
Show Gist options
  • Save coffindragger/4424988 to your computer and use it in GitHub Desktop.
Save coffindragger/4424988 to your computer and use it in GitHub Desktop.
switch (frame) {
case 0:
t_frame = 1;
break;
case 15:
t_frame = 2;
break;
case 17:
t_frame = 3;
break;
case 19:
t_frame = 1;
break;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment