mirror of
https://github.com/zeldaret/tp
synced 2026-06-04 10:48:57 -04:00
os: const-qualify string arguments (#111)
Avoids the need to cast away const from string literals.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user