summaryrefslogtreecommitdiff
path: root/src/d/d_meter2_draw.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/d/d_meter2_draw.cpp')
-rw-r--r--src/d/d_meter2_draw.cpp4
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;