---
src/game/game.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/game/game.cpp b/src/game/game.cpp
index 64d7325..1151dee 100644
--- a/src/game/game.cpp
+++ b/src/game/game.cpp
@@ -591,7 +591,7 @@ bool Game::NewBox()
}
// Randomize container
box->Randomize();
- if(!box->PutRandomly(true, 0, false)) {
+ if(!box->PutRandomly(true, 0, true)) {
MSG_DEBUG("box", "Missed to put a box");
delete box;
return false;
--
1.6.0.4
_______________________________________________
Wormux-dev mailing list
[email protected]
https://mail.gna.org/listinfo/wormux-dev