From: Michael Andreen Date: Sun, 10 Jul 2005 10:58:41 +0000 (+0000) Subject: removed two stupid lines X-Git-Url: https://ruin.nu/git/?p=icfp05.git;a=commitdiff_plain;h=78f8a847a81dc52d71a44833bc177bd156f62c4c removed two stupid lines --- diff --git a/botsrc/bot.cpp b/botsrc/bot.cpp index 506330a..168a0a9 100644 --- a/botsrc/bot.cpp +++ b/botsrc/bot.cpp @@ -21,8 +21,6 @@ Bot::Bot(const string& name, PlayerType type){ _playerTypes["robber"] = robber; _playerTypes["cop-foot"] = cop_foot; _playerTypes["cop-car"] = cop_car; - //shortestPath("",robber,SimpleSPGoal("")); - //shortestPath("",robber,FindPlayer(hash_map(),robber)); }