os: const-qualify string arguments (#111)

Avoids the need to cast away const from string literals.
This commit is contained in:
LC
2021-01-31 22:25:03 -05:00
committed by GitHub
parent b595f0d0bf
commit f15faab756
4 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -373,7 +373,7 @@ u8 dSv_player_item_c::getItem(int item_idx, bool isComboItem) const {
}
// 合成アイテム不定===>%d, %d\n
// Uncertain combination item===>%d, %d\n
OSReport_Error((char*)lbl_80379234 + 9, item_id_2, item_id_1);
OSReport_Error(lbl_80379234 + 9, item_id_2, item_id_1);
}
}
}