mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-05 11:33:39 -04:00
Use default parameter values in JORMContext calls where appropriate (#3057)
This commit is contained in:
@@ -67,8 +67,8 @@ dmg_rod_HIO_c::dmg_rod_HIO_c() {
|
||||
#if DEBUG
|
||||
void dmg_rod_HIO_c::genMessage(JORMContext* ctx) {
|
||||
// Fishing System
|
||||
ctx->genLabel(" 釣りシステム ", 0x80000001, 0, NULL, 0xFFFF, 0xFFFF, 0x200, 0x18);
|
||||
ctx->startComboBox("強制魚メッセージ出力", &force_fish_msg_output, 0, NULL, 0xFFFF, 0xFFFF, 0x100, 0x1A);
|
||||
ctx->genLabel(" 釣りシステム ", 0x80000001);
|
||||
ctx->startComboBox("強制魚メッセージ出力", &force_fish_msg_output);
|
||||
ctx->genComboBoxItem("通常", 0); // Normal
|
||||
ctx->genComboBoxItem("バス", 1); // Bass
|
||||
ctx->genComboBoxItem("ドジョウ", 2); //Loach
|
||||
|
||||
Reference in New Issue
Block a user