Use default parameter values in JORMContext calls where appropriate (#3057)

This commit is contained in:
Max Roncace
2026-01-19 21:18:30 -05:00
committed by GitHub
parent d83996c711
commit 1fba6e13e5
134 changed files with 5369 additions and 6826 deletions
+3 -3
View File
@@ -250,9 +250,9 @@ void daE_RDY_HIO_c::genMessage(JORMContext* context) {
context->genSlider("飛びZ", &field_0x44, 0.0f, 50.0f);
context->genSlider("飛びY", &field_0x4c, 0.0f, 50.0f);
context->genSlider("飛びG", &field_0x40, 0.0f, 20.0f);
context->genCheckBox("不死身", &field_0x39, 1);
context->genCheckBox("目ポリゴン", &mDrawEyeModel, 1);
context->genCheckBox("一撃必殺", &field_0x3b, 1);
context->genCheckBox("不死身", &field_0x39, 0x1);
context->genCheckBox("目ポリゴン", &mDrawEyeModel, 0x1);
context->genCheckBox("一撃必殺", &field_0x3b, 0x1);
context->genSlider("一騎(ダ)サイズ", &field_0x3c, 0.0f, 150.0f);
}
#endif