src/proto2/GameState.hh
changeset 8 2de58a6d0395
parent 6 faa4e777cc6e
child 22 b70d30e1b0fe
--- a/src/proto2/GameState.hh	Tue Nov 04 22:29:18 2008 +0000
+++ b/src/proto2/GameState.hh	Wed Nov 05 20:39:44 2008 +0000
@@ -47,6 +47,10 @@
 		Dimension map_dimensions;
 		std::list<Player> player_list;
 
+		GameState (void) : map_dimensions(800, 640) {
+
+		}
+
 		LocalPlayer &getLocalPlayer (void) {
 			// XXX: jotain
 		}