From c44855a43c3fddd4bd0cf277cf11bc765ffa6b20 Mon Sep 17 00:00:00 2001 From: stpohle Date: Sun, 22 Jun 2003 20:17:22 +0000 Subject: [PATCH] fixed: bomb dropping will check now correctly if there is already a bomb at the new field --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 38362a7..ba9d266 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,9 @@ Version 0.9.9 ============= 2003-06-21: fix1 +- fixed: bombs can only dropped on an empty field. Bug + came with version 0.9.9 + - the last bomb who explode from a player won't anymore be used right away. We only use it if there is no other bomb free.