Skip to content

Instantly share code, notes, and snippets.

@sambol
Created October 22, 2012 19:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sambol/3933576 to your computer and use it in GitHub Desktop.
Save sambol/3933576 to your computer and use it in GitHub Desktop.
/* Choose between front, middle and back parts */
switch(FEAT_TRAINS, SELF, sw_coradia3_graphics, position_in_consist % 3) {
0: coradia3_end_one;
1: coradia3_midcar;
coradia3_end_two;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment