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