[gnome-nibbles] Fix fake bonuses behavior
- From: Iulian Radu <iulianradu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-nibbles] Fix fake bonuses behavior
- Date: Sun, 27 Dec 2015 20:48:10 +0000 (UTC)
commit 63d27cea61a8befbb6dfea9886ea3e8482704114
Author: Gabriel Ivascu <ivascu gabriel59 gmail com>
Date: Mon Dec 21 20:40:57 2015 +0200
Fix fake bonuses behavior
src/nibbles-game.vala | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/nibbles-game.vala b/src/nibbles-game.vala
index 24de3aa..50ec619 100644
--- a/src/nibbles-game.vala
+++ b/src/nibbles-game.vala
@@ -416,7 +416,8 @@ public class NibblesGame : Object
{
if (bonus.fake)
{
- reverse_worms (worm);
+ worm.reverse (board);
+
return;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]