diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2025-06-13 05:33:33 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-13 15:33:33 +0300 |
| commit | 288a08b7987619869874d6a84d109f053a8951b8 (patch) | |
| tree | b52353420eca142bc17a6e2a110dadeaafbc26a2 /src/d/d_meter2_draw.cpp | |
| parent | 4cf11063f650b4393d26788814c3a13c8eaa600a (diff) | |
cleanup/doc JMessage / d_msg_class (#2484)
* jmessage cleanup pass
* more JMessage cleanup
* d_msg_class cleanup
Diffstat (limited to 'src/d/d_meter2_draw.cpp')
| -rw-r--r-- | src/d/d_meter2_draw.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/d_meter2_draw.cpp b/src/d/d_meter2_draw.cpp index f979af3c8b..e5ad2079cb 100644 --- a/src/d/d_meter2_draw.cpp +++ b/src/d/d_meter2_draw.cpp @@ -3346,7 +3346,7 @@ char* dMeter2Draw_c::getActionString(u8 i_action, u8 i_type, u8* param_2) { } if (param_2 != NULL) { - *param_2 = mesg_entry.print_style; + *param_2 = mesg_entry.output_type; if (g_drawHIO.mButtonATextActionID == 0x3E6) { *param_2 = 7; @@ -3363,7 +3363,7 @@ char* dMeter2Draw_c::getActionString(u8 i_action, u8 i_type, u8* param_2) { } if (param_2 != NULL) { - *param_2 = mesg_entry.print_style; + *param_2 = mesg_entry.output_type; if (i_action_num[i_action] == 0x3E6) { *param_2 = 7; |
