Applied with patch 9 and 10 at r6625

Thanks,

Matt (gentildemon)


Florian Köberle a écrit :
> ---
>  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;
>   


_______________________________________________
Wormux-dev mailing list
Wormux-dev@gna.org
https://mail.gna.org/listinfo/wormux-dev

Répondre à