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
+1 -1
View File
@@ -87,7 +87,7 @@ daNpcAshB_HIO_c::daNpcAshB_HIO_c() {
void daNpcAshB_HIO_c::genMessage(JORMContext* ctext) {
// Post-conversation follow-up distance
ctext->genSlider("会話後追従距離", &m.field_0x6c, 0.0f, 2000.0f, 0, NULL, 0xFFFF, 0xFFFF, 0x200, 24);
ctext->genSlider("会話後追従距離", &m.field_0x6c, 0.0f, 2000.0f);
daNpcF_commonGenMessage(ctext, &m.common);
}
#endif