From 12bfc8c8f509f770878edf7dc3bd676ed1379d9b Mon Sep 17 00:00:00 2001 From: kwebb Date: Thu, 24 Mar 2005 22:09:41 +0000 Subject: [PATCH] Fixed shatter. --- src/ComputerPlayerAI.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ComputerPlayerAI.cxx b/src/ComputerPlayerAI.cxx index 7e7949a..72e9bee 100644 --- a/src/ComputerPlayerAI.cxx +++ b/src/ComputerPlayerAI.cxx @@ -120,7 +120,6 @@ void ComputerPlayerAI::shatter() state = AI_WAITING; last_shatter_height = 0; } - garbageQueue()->reset(); } bool ComputerPlayerAI::determineLoss() -- 2.11.4.GIT