Skip to content

Commit

Permalink
Reverted 1938 Tram to shared sprite ID, added to development mode
Browse files Browse the repository at this point in the history
  • Loading branch information
audigex committed Jul 25, 2024
1 parent adc3c7e commit 1973899
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/debugmode_switch.pnml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
if (param[1] == 0) {
// Disable some trams that aren't finished
disable_item(FEAT_ROADVEHS, 490); // LU 1938 Tram

// Disable some trains that aren't finished
disable_item(FEAT_TRAINS, 661); // GWR Dean Goods
Expand Down
2 changes: 1 addition & 1 deletion src/trams/LU1938_Tram.pnml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
item (FEAT_ROADVEHS, item_TRAM_LU1938, 700) {
item (FEAT_ROADVEHS, item_TRAM_LU1938, 490) {
property {
misc_flags: bitmask(ROADVEH_FLAG_TRAM);
name: string(STR_NAME_LU1938);
Expand Down

0 comments on commit 1973899

Please sign in to comment.