Skip to content

260311 fix ca24 cafe effect#137

Open
Babel-TTT wants to merge 2 commits into
OpenTTD-China-Set:mainfrom
Babel-TTT:EMB-mbf-main
Open

260311 fix ca24 cafe effect#137
Babel-TTT wants to merge 2 commits into
OpenTTD-China-Set:mainfrom
Babel-TTT:EMB-mbf-main

Conversation

@Babel-TTT
Copy link
Copy Markdown
Collaborator

No description provided.

Comment thread src/25-emu/cr200jcl.pnml
1037: switch_cr200jc_cab_capacity_wy;
1039: switch_cr200jc_cab_capacity_wg;
1051: return 0;
1536: return 0;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

说实话感觉这里有点儿奇怪……type id明明可以用宏全部定义的,或者用nml内置常量功能

Copy link
Copy Markdown
Member

@jfkuayue jfkuayue left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

request changes as in comments

graphics {
// Menu
additional_text: string(STR_DESC_5, string(STR_FULL_NAME_CA24DDR), string(STR_DDR_IMPORT), string(STR_SELF_AIR_CONDITIONER), string(STR_CAFE_EFFECT), string(STR_LV_AVAILABLE_S ,string(STR_LIVERY_AVAILABLE), string(STR_IMPORT_1ST), string(STR_IMPORT_1ST_INT)), string(STR_COMFORT_MEDIUM, 240));
additional_text: string(STR_DESC_5, string(STR_FULL_NAME_CA24DDR), string(STR_DDR_IMPORT), string(STR_CAFE_EFFECT), string(STR_SELF_AIR_CONDITIONER), string(STR_CAFE_EFFECT), string(STR_LV_AVAILABLE_S ,string(STR_LIVERY_AVAILABLE), string(STR_IMPORT_1ST), string(STR_IMPORT_1ST_INT)), string(STR_COMFORT_MEDIUM, 240));
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is there a double STR_CAFE_EFFECT?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And also should be STR_DESC_6 to contain that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants