[gnome-games/gnibbles-clutter-rebased: 46/129] Forgot to comment out those lines,
- From: Jason Clinton <jclinton src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-games/gnibbles-clutter-rebased: 46/129] Forgot to comment out those lines,
- Date: Mon, 12 Oct 2009 21:30:06 +0000 (UTC)
commit 652823c2bcb84388f3dcf8c85f84b07c1b67f8ab
Author: Guillaume Beland <guillaubel svn gnome org>
Date: Wed Jul 8 14:42:44 2009 -0400
Forgot to comment out those lines,
gnibbles/worm-clutter.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gnibbles/worm-clutter.c b/gnibbles/worm-clutter.c
index 2f445fa..a17472b 100644
--- a/gnibbles/worm-clutter.c
+++ b/gnibbles/worm-clutter.c
@@ -629,7 +629,7 @@ gnibbles_cworm_move_tail (GnibblesCWorm *worm)
properties->tilesize);
clutter_actor_set_position (CLUTTER_ACTOR (tail),
x + properties->tilesize, y);
- //level->walls[worm->xtail][worm->ytail] = EMPTYCHAR;
+ level->walls[worm->xtail][worm->ytail] = EMPTYCHAR;
worm->xtail++;
break;
case WORMDOWN:
@@ -638,21 +638,21 @@ gnibbles_cworm_move_tail (GnibblesCWorm *worm)
size);
clutter_actor_set_position (CLUTTER_ACTOR (tail),
x, y + properties->tilesize);
- //level->walls[worm->xtail][worm->ytail] = EMPTYCHAR;
+ level->walls[worm->xtail][worm->ytail] = EMPTYCHAR;
worm->ytail++;
break;
case WORMLEFT:
clutter_actor_set_size (CLUTTER_ACTOR (tail),
size,
properties->tilesize);
- //level->walls[worm->xtail][worm->ytail] = EMPTYCHAR;
+ level->walls[worm->xtail][worm->ytail] = EMPTYCHAR;
worm->xtail--;
break;
case WORMUP:
clutter_actor_set_size (CLUTTER_ACTOR (tail),
properties->tilesize,
size);
- //level->walls[worm->xtail][worm->ytail] = EMPTYCHAR;
+ level->walls[worm->xtail][worm->ytail] = EMPTYCHAR;
worm->ytail--;
break;
default:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]