From ea9c20cb80c5983b22383a990a5ed14d94e4a982 Mon Sep 17 00:00:00 2001 From: jathomas2 Date: Wed, 15 Dec 2021 11:28:32 +0100 Subject: [PATCH] Resolve confilts in Game.c --- Pontu/src/model/Game.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Pontu/src/model/Game.c b/Pontu/src/model/Game.c index 01f56ee..33bdbdd 100644 --- a/Pontu/src/model/Game.c +++ b/Pontu/src/model/Game.c @@ -123,7 +123,6 @@ bool cliqueOnBoard(const Coord coord, Game* game) { } break; case RM_BRIDGE: -<<<<<<< HEAD if (islandOrBridge.type == BRIDGE) Bridge bridge = islandOrBridge.data.bridge; rmBridge(bridge,game->board) @@ -131,15 +130,6 @@ bool cliqueOnBoard(const Coord coord, Game* game) { } break; -======= - break; - /*if (islandOrBridge.type == ) - rmBridge - if (isIslandIsolated()) { - - } - break;*/ ->>>>>>> 51ba8313d772c70cec14296e7d012eba55fabb4b default: break; }