Skip to content

Commit

Permalink
Fixed an errant sprite ID
Browse files Browse the repository at this point in the history
  • Loading branch information
audigex committed Sep 5, 2024
1 parent 58c3ab7 commit 1707638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/trains/rolling_stock/GCR/GCR_Robinson_50_CLSO.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ switch(FEAT_TRAINS,SELF,sw_GCR_Robinson_50_CLSO_cargo_subtype_text,cargo_subtype
return CB_RESULT_NO_TEXT;
}

item (FEAT_TRAINS, item_GCR_Robinson_50_CLSO, 702) {
item (FEAT_TRAINS, item_GCR_Robinson_50_CLSO, 704) {
property {
name: string(STR_NAME_GCR_Robinson_50_CLSO);
climates_available: ALL_CLIMATES;
Expand Down

0 comments on commit 1707638

Please sign in to comment.