clang-format

This commit is contained in:
Pheenoh 2021-01-03 05:07:35 -05:00
parent a846de469c
commit ee0bb8f5c6
No known key found for this signature in database
GPG Key ID: 4312662758CE7D5A
1 changed files with 2 additions and 2 deletions

View File

@ -484,10 +484,10 @@ int dSv_player_item_c::checkInsectBottle(void) {
int i = 0;
int j = 0;
for (; i < 0x18; i++) {
// replace these with dComIfGs_isItemFirstBit and dComIfGs_isEventBit later
if (g_dComIfG_gameInfo.info.getSaveFile().getPlayerGetItem().isFirstBit(192 + i) &&
!g_dComIfG_gameInfo.info.getSaveFile().getEventFlags().isEventBit(lbl_803A7288.unk0[0x191 + j])) {
!g_dComIfG_gameInfo.info.getSaveFile().getEventFlags().isEventBit(
lbl_803A7288.unk0[0x191 + j])) {
return 1;
}
j += 1;