Resolve confilts in Game.c

merge-requests/1/merge
Jacques THOMAS 4 years ago
parent 6e0f6b05eb
commit ea9c20cb80

@ -123,7 +123,6 @@ bool cliqueOnBoard(const Coord coord, Game* game) {
} }
break; break;
case RM_BRIDGE: case RM_BRIDGE:
<<<<<<< HEAD
if (islandOrBridge.type == BRIDGE) if (islandOrBridge.type == BRIDGE)
Bridge bridge = islandOrBridge.data.bridge; Bridge bridge = islandOrBridge.data.bridge;
rmBridge(bridge,game->board) rmBridge(bridge,game->board)
@ -131,15 +130,6 @@ bool cliqueOnBoard(const Coord coord, Game* game) {
} }
break; break;
=======
break;
/*if (islandOrBridge.type == )
rmBridge
if (isIslandIsolated()) {
}
break;*/
>>>>>>> 51ba8313d772c70cec14296e7d012eba55fabb4b
default: default:
break; break;
} }

Loading…
Cancel
Save