From 78f8a847a81dc52d71a44833bc177bd156f62c4c Mon Sep 17 00:00:00 2001 From: Michael Andreen Date: Sun, 10 Jul 2005 10:58:41 +0000 Subject: [PATCH] removed two stupid lines --- botsrc/bot.cpp | 2 -- 1 file changed, 2 deletions(-) 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)); } -- 2.39.2