Title: [jbehave] [609] trunk/examples/hellbound/src/java/com/sirenian/hellbound/engine/Game.java: [EK] minor tidy up of game
Revision
609
Author
sirenian
Date
2006-12-04 10:25:01 -0600 (Mon, 04 Dec 2006)

Log Message

[EK] minor tidy up of game

Modified Paths


Diff

Modified: trunk/examples/hellbound/src/java/com/sirenian/hellbound/engine/Game.java (608 => 609)

--- trunk/examples/hellbound/src/java/com/sirenian/hellbound/engine/Game.java	2006-12-04 15:23:14 UTC (rev 608)
+++ trunk/examples/hellbound/src/java/com/sirenian/hellbound/engine/Game.java	2006-12-04 16:25:01 UTC (rev 609)
@@ -23,6 +23,7 @@
 	private final ListenerSet gameListeners;
 	private final ListenerSet glyphListeners;
 	private final ListenerNotifier stateNotifier;
+	private final HeartbeatListener heartbeatListener;
 
 	private final int height;
     
@@ -30,7 +31,6 @@
 
 	private LivingGlyph glyph = LivingGlyph.NULL;
 	private Junk junk = Junk.NULL;
-    private HeartbeatListener heartbeatListener;
 
 	public Game(GlyphFactory factory, Heartbeat heartbeat, int width, int height) {
 		this.factory = factory;


To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to