diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-09-29 16:27:47 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-09-29 16:27:47 -0400 |
| commit | e0bdc7cfc5e9aa12452b4aae53e12e6674d96920 (patch) | |
| tree | 439c97efd5a9f4bfc57043b8f1430f96a215655d /src/d/d_meter.cpp | |
| parent | e04a8da41e6c62ea13e5656aa1924bf14184aba9 (diff) | |
misc small cleanup
Diffstat (limited to 'src/d/d_meter.cpp')
| -rw-r--r-- | src/d/d_meter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_meter.cpp b/src/d/d_meter.cpp index 24d883de..229fb8a4 100644 --- a/src/d/d_meter.cpp +++ b/src/d/d_meter.cpp @@ -1654,7 +1654,7 @@ void dMeter_swimLightAnime(sub_meter_class* i_this, s16) { void dMeter_placeNameMove() { if (!dMeter_place_name) { if (dComIfGp_checkStageName() == 2) { - fopMsgM_create(PROC_PLACE_NAME, NULL, NULL, NULL, NULL, NULL); + fopMsgM_create(PROC_PLACE_NAME); dMeter_place_name = true; } } else { |
