mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-30 09:51:38 -04:00
Use default parameter values in JORMContext calls where appropriate (#3057)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user