From 1e3808b3338ff3b1499e000ce1f23e87d6050b8c Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Thu, 18 Jun 2009 21:04:49 -0400 Subject: Added the doneMaking process back Fixes #102 --- gamestate.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gamestate.h') diff --git a/gamestate.h b/gamestate.h index 5537b51..7d9d798 100644 --- a/gamestate.h +++ b/gamestate.h @@ -28,6 +28,7 @@ class GameState : public State { struct Info { int playerx, playery; Level level; + bool doneMaking; }; class Board @@ -36,6 +37,7 @@ class GameState : public State { bool blocks[WIDTH][HEIGHT]; void incrementIfNeighbor(int x, int y, bool temp[WIDTH][HEIGHT], int* tick); GameState::Info* info; + int gens; public: Board(); -- cgit 1.4.1