Japanese Simutrans Forum

日本語simutransフォーラム => バグレポート => 解決されたバグ => トピック開設者: z9999+ さんの発言 2010/12/20 03:10

トピック名: [r4075, 110rc] 初めての起動後に言語選択ダイアログが出ない
投稿者: z9999+ さんの発言 2010/12/20 03:10
[r4075, 110rc]
初めての起動後に言語選択ダイアログが出ない。
言語を選択する手段がない。

Problem:
When you launched simutrans first time, language selection window doesn't show, and there is no way to select language.

How to reproduce:
1. Clean install simutrans.
2. Delete settings.xml and default.sve.
3. Start simutrans.

Result:
Language selection window doesn't show.
And also, you can't open language select window on splash screen.
So, there is no way to select language.
This in a pain for new players.

And also this problem is also a standard bug.
http://forum.simutrans.com/index.php?topic=6439.0
トピック名: Re:[r4075, 110rc] 初めての起動後に言語選択ダイアログが出ない
投稿者: z9999+ さんの発言 2010/12/20 16:07
修正パッチ。

simmain.cc:266
引用
static bool no_language() { return translator::get_language()==-1; }

引用
static bool no_language() { return translator::get_language()!=-1; }