]> ruin.nu Git - icfp05.git/commitdiff
removed two stupid lines
authorMichael Andreen <harv@ruin.nu>
Sun, 10 Jul 2005 10:58:41 +0000 (10:58 +0000)
committerMichael Andreen <harv@ruin.nu>
Sun, 10 Jul 2005 10:58:41 +0000 (10:58 +0000)
botsrc/bot.cpp

index 506330af60f61d415a961f4e658adfc653ade36a..168a0a904ee553dbacdd44ddbb4dbe9bc770ddf7 100644 (file)
@@ -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<string,Player>(),robber));
 
 }