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
+2 -3
View File
@@ -22,9 +22,8 @@ daObjLv6ElevtA_HIO_c::daObjLv6ElevtA_HIO_c() {
}
void daObjLv6ElevtA_HIO_c::genMessage(JORMContext* context) {
context->genLabel("Lv6回転エレベータ", 0, 0, NULL, -1, -1, 0x200, 0x18);
context->genSlider("90度回転フレーム数", &mRightAngleTurnFrameCount, 0, 1000, 0, NULL, -1, -1,
0x200, 0x18);
context->genLabel("Lv6回転エレベータ", 0);
context->genSlider("90度回転フレーム数", &mRightAngleTurnFrameCount, 0, 1000);
}
static daObjLv6ElevtA_HIO_c l_HIO;